Skip to content

Commit

Permalink
- extended countOperations for division
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24010 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Jan 12, 2015
1 parent f92dbf3 commit 33e60d6
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 126 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/BackendDAE.mo
Expand Up @@ -702,6 +702,7 @@ public uniontype compInfo"types to count operations for the components"
StrongComponent comp;
Integer numAdds;
Integer numMul;
Integer numDiv;
Integer numTrig;
Integer numRelations;
Integer numLog; // logical operations
Expand Down

0 comments on commit 33e60d6

Please sign in to comment.