Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vruge committed Jul 21, 2015
1 parent e369002 commit e8d65ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -4154,7 +4154,8 @@ end compWeightsEqns;
// =============================================================================
// fix some bugs for complex function
//
// (a,-b) = f(.) -> (a,c) = f(.) with c = -b
// e.g. (a,-b) = f(.) -> (a,c) = f(.) with c = -b
// (a,b) = f(a) fixed iterration var
// author: Vitalij Ruge
// =============================================================================

Expand Down

0 comments on commit e8d65ec

Please sign in to comment.