diff --git a/Compiler/Template/CodegenFMU2.tpl b/Compiler/Template/CodegenFMU2.tpl index 17436b7b25a..292d8aa457c 100644 --- a/Compiler/Template/CodegenFMU2.tpl +++ b/Compiler/Template/CodegenFMU2.tpl @@ -141,7 +141,7 @@ case SIMCODE(__) then canInterpolateInputs="false" maxOutputDerivativeOrder="1" canRunAsynchronuously = "false" - canBeInstantiatedOnlyOncePerProcess="true" + canBeInstantiatedOnlyOncePerProcess="false" canNotUseMemoryManagementFunctions="false" canGetAndSetFMUstate="false" canSerializeFMUstate="false" diff --git a/Compiler/Template/CodegenFMUCommon.tpl b/Compiler/Template/CodegenFMUCommon.tpl index 07d7518e28c..8f227dd53e6 100644 --- a/Compiler/Template/CodegenFMUCommon.tpl +++ b/Compiler/Template/CodegenFMUCommon.tpl @@ -277,7 +277,7 @@ template Implementation()