Skip to content

Commit e49513a

Browse files
committed
Fix compilation
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20730 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent c063e82 commit e49513a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Template/CodegenCpp.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ template simulationResults(Boolean test, SimCode simCode)
10641064
::=
10651065
match simCode
10661066
case SIMCODE(modelInfo=MODELINFO(__),makefileParams=MAKEFILE_PARAMS(__),simulationSettingsOpt = SOME(settings as SIMULATION_SETTINGS(__))) then
1067-
let results = if test then "" else '<%makefileParamst.compileDir%>/'
1067+
let results = if test then "" else '<%makefileParams.compileDir%>/'
10681068
<<
10691069
<%results%><%fileNamePrefix%>_res.<%settings.outputFormat%>
10701070
>>

0 commit comments

Comments
 (0)