Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Fix capability flag maxOutputDerivativeOrder
Browse files Browse the repository at this point in the history
Belonging to [maintenance/v1.13]:
  - #2858
  • Loading branch information
lochel authored and OpenModelica-Hudson committed Jan 9, 2019
1 parent dd02f65 commit f7d14ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenFMU2.tpl
Expand Up @@ -140,7 +140,7 @@ case SIMCODE(__) then
needsExecutionTool="false"
canHandleVariableCommunicationStepSize="true"
canInterpolateInputs="false"
maxOutputDerivativeOrder="1"
maxOutputDerivativeOrder="0"
canRunAsynchronuously = "false"
canBeInstantiatedOnlyOncePerProcess="false"
canNotUseMemoryManagementFunctions="false"
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenFMUCommon.tpl
Expand Up @@ -301,7 +301,7 @@ template Implementation()
canHandleEvents="true"
canBeInstantiatedOnlyOncePerProcess="false"
canInterpolateInputs="true"
maxOutputDerivativeOrder="1"/>
maxOutputDerivativeOrder="0"/>
</CoSimulation_StandAlone>
</Implementation>
>>
Expand Down

0 comments on commit f7d14ae

Please sign in to comment.