We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e369002 commit e8d65ecCopy full SHA for e8d65ec
Compiler/BackEnd/BackendDAEOptimize.mo
@@ -4154,7 +4154,8 @@ end compWeightsEqns;
4154
// =============================================================================
4155
// fix some bugs for complex function
4156
//
4157
-// (a,-b) = f(.) -> (a,c) = f(.) with c = -b
+// e.g. (a,-b) = f(.) -> (a,c) = f(.) with c = -b
4158
+// (a,b) = f(a) fixed iterration var
4159
// author: Vitalij Ruge
4160
4161
0 commit comments