fix sim case

This commit is contained in:
Ganlin Zhao 2022-04-28 10:05:38 +08:00
parent 0545a354e4
commit 1152ed5642
1 changed files with 1 additions and 1 deletions

View File

@ -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