Skip to content

Commit

Permalink
- attempt to fix #3211
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25012 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Mar 10, 2015
1 parent 418a23a commit 09180c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/EvaluateParameter.mo
Expand Up @@ -173,7 +173,7 @@ public function evaluateReplaceProtectedFinalEvaluateParameters "author: Frenkel
protected
BackendVarTransform.VariableReplacements repl;
algorithm
(outDAE,repl) := evaluateParameters(inDAE,BackendVariable.hasVarEvaluateAnnotationOrFinalOrProtected);
(outDAE,repl) := evaluateParameters(inDAE,BackendVariable.hasVarEvaluateAnnotationOrFinal);
outDAE := replaceEvaluatedParametersEqns(BackendVarTransform.replacementEmpty(repl),outDAE,repl);
end evaluateReplaceProtectedFinalEvaluateParameters;

Expand Down

0 comments on commit 09180c4

Please sign in to comment.