Claudio Gomes 5 years ago
parent
commit
d4919b2f17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HintCOEngine/src/ua/ansymo/hintco/AdaptiveCosimRunner.xtend

+ 1 - 1
HintCOEngine/src/ua/ansymo/hintco/AdaptiveCosimRunner.xtend

@@ -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.")