Skip to content

Commit 8311f26

Browse files
lochelOpenModelica-Hudson
authored andcommitted
Fix capability flag maxOutputDerivativeOrder
Belonging to [master]: - OpenModelica/OMCompiler#2853
1 parent 0695240 commit 8311f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Compiler/Template/CodegenFMU2.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ case SIMCODE(__) then
140140
needsExecutionTool="false"
141141
canHandleVariableCommunicationStepSize="true"
142142
canInterpolateInputs="false"
143-
maxOutputDerivativeOrder="1"
143+
maxOutputDerivativeOrder="0"
144144
canRunAsynchronuously = "false"
145145
canBeInstantiatedOnlyOncePerProcess="false"
146146
canNotUseMemoryManagementFunctions="false"

Compiler/Template/CodegenFMUCommon.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ template Implementation()
301301
canHandleEvents="true"
302302
canBeInstantiatedOnlyOncePerProcess="false"
303303
canInterpolateInputs="true"
304-
maxOutputDerivativeOrder="1"/>
304+
maxOutputDerivativeOrder="0"/>
305305
</CoSimulation_StandAlone>
306306
</Implementation>
307307
>>

0 commit comments

Comments
 (0)