running this equation works okay:
Code: Select all
equation _test1.ls YK=EXP(C(1))*XK3Code: Select all
equation _test2.ls YK=EXP(C_GAMMA_K(1))*XK3attached is the workfile to generate the error.
t
Code: Select all
close @all
wfopen .\exp.wf1
'first equation - no singularity
equation _test1.ls YK=EXP(C(1))*XK3
show _test1
'second equation - singularity ...?
equation _test2.ls YK=EXP(C_GAMMA_K(1))*XK3
