Skip to content

Commit

Permalink
- split the CodegenFMU.tpl into several files
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jun 11, 2015
1 parent 95d54df commit f03a955
Show file tree
Hide file tree
Showing 9 changed files with 877 additions and 688 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -109,6 +109,9 @@ Compiler/Template/CodegenCSharp.mo
Compiler/Template/CodegenCpp.mo
Compiler/Template/CodegenCppHpcom.mo
Compiler/Template/CodegenFMU.mo
Compiler/Template/CodegenFMU1.mo
Compiler/Template/CodegenFMU2.mo
Compiler/Template/CodegenFMUCommon.mo
Compiler/Template/CodegenFMUCpp.mo
Compiler/Template/CodegenJS.mo
Compiler/Template/CodegenJava.mo
Expand Down
2 changes: 0 additions & 2 deletions Compiler/Script/CevalScript.mo
Expand Up @@ -2859,8 +2859,6 @@ algorithm

case (cache,_,"readSimulationResultSize",{Values.STRING(filename)},st,_)
equation
pwd = System.pwd();
pd = System.pathDelimiter();
filename_1 = Util.absoluteOrRelative(filename);
i = SimulationResults.readSimulationResultSize(filename_1);
then
Expand Down

0 comments on commit f03a955

Please sign in to comment.