Skip to content
Snippets Groups Projects
Commit 9a10e44e authored by Houtan Bastani's avatar Houtan Bastani
Browse files

add clarifying comment

parent 3c66c9ae
No related branches found
No related tags found
No related merge requests found
......@@ -367,6 +367,7 @@ ModFile::transformPass(bool nostrict, bool stochastic, bool compute_xrefs, const
dynamic_model.substituteUnaryOps(diff_static_model);
else
// substitute only those unary ops that appear in VAR equations
// NB: equation tags are stored at parsing time in `substitute_unary_ops_in_equation_tags`
dynamic_model.substituteUnaryOps(diff_static_model, substitute_unary_ops_in_equation_tags);
// Create auxiliary variable and equations for Diff operators that appear in VAR equations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment