fix sim case
This commit is contained in:
parent
0545a354e4
commit
1152ed5642
|
@ -94,7 +94,7 @@ endi
|
|||
if $data01 != 10.000000000 then
|
||||
return -1
|
||||
endi
|
||||
if $data02 != -nan then
|
||||
if $data02 != NULL then
|
||||
return -1
|
||||
endi
|
||||
if $data03 != -10.000000000 then
|
||||
|
|
Loading…
Reference in New Issue