|
@@ -34,7 +34,7 @@ class AdaptiveCosimRunner implements ICosimRunner, Closeable {
|
|
|
val nodes = scenarioNodesMap.get(rootScenario)
|
|
|
|
|
|
if (nodes.filter(InputPortInstance).filter[it.isInput].exists[it.adaptation instanceof RollbackInterpolationAdaptation]){
|
|
|
- logger.debug("AdaptiveCosimRunner using string coupling.")
|
|
|
+ logger.debug("AdaptiveCosimRunner using strong coupling.")
|
|
|
this.internalRunner = new StrongCouplingRunner(outProcessor, fmuLoader, hardReset)
|
|
|
} else {
|
|
|
logger.debug("AdaptiveCosimRunner using single runner.")
|