echse / echse_generic

Eco-Hydrological Simulation Environment: Generic components
Other
0 stars 2 forks source link

Check that declared input, output, parameters of a class are actually used #5

Open tpilz opened 7 years ago

tpilz commented 7 years ago

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