Claudio Gomes 5 年之前
父節點
當前提交
d4919b2f17
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.")