Skip to content

Commit

Permalink
FMI2 Cpp: remove duplicated generation of simulation files as context…
Browse files Browse the repository at this point in the history
…FMI does not appear to make a difference.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25208 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
rfranke committed Mar 23, 2015
1 parent 131bf48 commit 1211dd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Compiler/Template/CodegenFMUCpp.tpl
Expand Up @@ -66,8 +66,6 @@ case SIMCODE(modelInfo=modelInfo as MODELINFO(__)) then
let cpp = CodegenCpp.translateModel(simCode)
let()= textFile(fmuModelWrapperFile(simCode, extraFuncs, extraFuncsDecl, "",guid, FMUVersion), 'OMCpp<%fileNamePrefix%>FMU.cpp')
let()= textFile(fmuModelDescriptionFileCpp(simCode, extraFuncs, extraFuncsDecl, "", guid, FMUVersion, FMUType), 'modelDescription.xml')
let()= textFile(simulationHeaderFile(simCode,contextFMI, extraFuncs, extraFuncsDecl,"","","","",MemberVariable(modelInfo, false),false), 'OMCpp<%fileNamePrefix%>.h')
let()= textFile(simulationCppFile(simCode, contextFMI, extraFuncs, extraFuncsDecl, "", stateDerVectorName, false), 'OMCpp<%fileNamePrefix%>.cpp')
let()= textFile(fmudeffile(simCode, FMUVersion), '<%fileNamePrefix%>.def')
let()= textFile(fmuMakefile(target,simCode, extraFuncs, extraFuncsDecl, "", FMUVersion), '<%fileNamePrefix%>_FMU.makefile')
""
Expand Down

0 comments on commit 1211dd8

Please sign in to comment.