December 5, 2022 at 7:54 pm
Subscriber
do i understand it correctly?
this is in my solve.out file
*GET LSNUM FROM ACTI ITEM=SOLU NCML VALUE= 0.00000000
*IF lsnum ( = 0.00000 ) GT
0 ( = 0.00000 ) THEN
*ENDIF
LSNUM has the value 0 (LSNUM=0) therefore the if command is bypassed?
is there something like a debug mode where i can see why LSNUM gets the value 0.
or how do you proceed with such problems?