Skip to content

Commit

Permalink
Fixed bug with parameter being evaluated when building openTurns inte…
Browse files Browse the repository at this point in the history
…rface.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12131 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Jun 20, 2012
1 parent e95a418 commit 3ce6b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/OpenTURNS.mo
Expand Up @@ -102,7 +102,7 @@ algorithm
scriptFile := generatePythonScript(inPath,templateFile,dae,inDaelow);

// Strip correlation vector from dae to be able to compile (bug in OpenModelica with vectors of records )
strippedDae := stripCorrelationFromDae(dae);
strippedDae := stripCorrelationFromDae(inDaelow);

strippedDae := BackendDAEUtil.getSolvedSystem(cache, env, strippedDae, NONE(), NONE(), NONE(),NONE());

Expand Down

0 comments on commit 3ce6b80

Please sign in to comment.