diff --git a/Compiler/Util/VarTransform.mo b/Compiler/Util/VarTransform.mo index e12b3378759..26cf25fd94c 100644 --- a/Compiler/Util/VarTransform.mo +++ b/Compiler/Util/VarTransform.mo @@ -1071,12 +1071,12 @@ protected function addReplacementInv2 "function: addReplacementInv2 will update the rule. " input HashTable3.HashTable invHt; - input DAE.ComponentRef src; input DAE.ComponentRef dst; + input DAE.ComponentRef src; output HashTable3.HashTable outInvHt; algorithm outInvHt:= - matchcontinue (invHt,src,dst) + matchcontinue (invHt,dst,src) local HashTable3.HashTable invHt_1; list srcs;