Skip to content

Commit

Permalink
Activate multiple FMU instances per process ticket:3820
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed May 24, 2016
1 parent ec70f33 commit 120a9e2
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 @@ -141,7 +141,7 @@ case SIMCODE(__) then
canInterpolateInputs="false"
maxOutputDerivativeOrder="1"
canRunAsynchronuously = "false"
canBeInstantiatedOnlyOncePerProcess="true"
canBeInstantiatedOnlyOncePerProcess="false"
canNotUseMemoryManagementFunctions="false"
canGetAndSetFMUstate="false"
canSerializeFMUstate="false"
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenFMUCommon.tpl
Expand Up @@ -277,7 +277,7 @@ template Implementation()
<Capabilities
canHandleVariableCommunicationStepSize="true"
canHandleEvents="true"
canBeInstantiatedOnlyOncePerProcess="true"
canBeInstantiatedOnlyOncePerProcess="false"
canInterpolateInputs="true"
maxOutputDerivativeOrder="1"/>
</CoSimulation_StandAlone>
Expand Down

0 comments on commit 120a9e2

Please sign in to comment.