Skip to content

Commit

Permalink
- revise initialization
Browse files Browse the repository at this point in the history
  - fix output of missing initial conditions (+d=pedantic)
  - remove all "Ignore unused variable" messages (+d=pedantic) 
- clean up SimCodeUtil


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16422 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jun 20, 2013
1 parent 8596b82 commit 707203b
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 412 deletions.
8 changes: 3 additions & 5 deletions Compiler/BackEnd/BackendVariable.mo
Expand Up @@ -2887,10 +2887,9 @@ algorithm
end matchcontinue;
end removeCref;

public function removeVars
"function: removeVar
public function removeVars "function removeVars
author: Frenkel TUD 2012-09
Removes vars from the vararray but does not scaling down the array"
Removes vars from the vararray but does not scaling down the array"
input list<Integer> inVarPos "Position of vars to delete 1 based";
input BackendDAE.Variables inVariables;
input list<BackendDAE.Var> iAcc;
Expand Down Expand Up @@ -2943,8 +2942,7 @@ algorithm
end match;
end removeVarDAE;

public function removeVar
"function: removeVar
public function removeVar "function removeVar
author: Frenkel TUD 2011-04
Removes a var from the vararray but does not scaling down the array"
input Integer inVarPos "1 based index";
Expand Down

0 comments on commit 707203b

Please sign in to comment.