would it make sense to check that all defined input, parameters, and outputs of the declaration table of a class is actually used (or set) within the simulate or derivsScal methods?
In an engine I run into the problem that an output variable of the objects of a class was always zero. I discovered that I forgot to set the output in the simulate method.
Hi David,
would it make sense to check that all defined input, parameters, and outputs of the declaration table of a class is actually used (or set) within the simulate or derivsScal methods?
In an engine I run into the problem that an output variable of the objects of a class was always zero. I discovered that I forgot to set the output in the simulate method.
Cheers, Tobias