From cb13dcfc1feb865615d00d1607df17fadbb21b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Thu, 6 Sep 2012 15:13:39 +0000 Subject: [PATCH] - Bootstrapping git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12807 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Compiler/Script/CevalScript.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/Script/CevalScript.mo b/Compiler/Script/CevalScript.mo index 455a80a505c..c096e09e07a 100644 --- a/Compiler/Script/CevalScript.mo +++ b/Compiler/Script/CevalScript.mo @@ -6505,7 +6505,7 @@ protected function hasStopTime2 "For use with getNamedAnnotation" input Absyn.ElementArg arg; output Boolean b; algorithm - experimentStr := match (arg) + b := match (arg) local list arglst; list strs;