Closed alexbuyval closed 7 years ago
Hi,
I faced with typos in steady_state_calculation.cpp here
I am sure these lines should be:
assert(steadystate_state); assert(steadystate_input);
or you need to fix these names into method header.
Thanks, will push a fix.
fixed.
Hi,
I faced with typos in steady_state_calculation.cpp here
I am sure these lines should be:
or you need to fix these names into method header.