diff --git a/Compiler/BackEnd/SimCode.mo b/Compiler/BackEnd/SimCode.mo index cb68718a6d1..1aa00150373 100644 --- a/Compiler/BackEnd/SimCode.mo +++ b/Compiler/BackEnd/SimCode.mo @@ -1291,14 +1291,14 @@ public function translateFunctions input Option optMainFunction; input list idaeElements; input list metarecordTypes; - input list includes; + input list inIncludes; algorithm - _ := match (name, optMainFunction, idaeElements, metarecordTypes, includes) + _ := match (name, optMainFunction, idaeElements, metarecordTypes, inIncludes) local DAE.Function daeMainFunction; Function mainFunction; list fns; - list libs, includeDirs; + list includes, libs, includeDirs; MakefileParams makefileParams; FunctionCode fnCode; list extraRecordDecls; diff --git a/Compiler/FrontEnd/InstExtends.mo b/Compiler/FrontEnd/InstExtends.mo index d7a541dcfd5..d85c16064cf 100644 --- a/Compiler/FrontEnd/InstExtends.mo +++ b/Compiler/FrontEnd/InstExtends.mo @@ -515,7 +515,7 @@ public function instDerivedClasses input Prefix.Prefix inPrefix; input SCode.Element inClass; input Boolean inBoolean; - input Absyn.Info info "File information of the extends element"; + input Absyn.Info inInfo "File information of the extends element"; output Env.Cache outCache; output Env.Env outEnv1; output InstanceHierarchy outIH; @@ -526,7 +526,7 @@ public function instDerivedClasses output list outSCodeAlgorithmLst6; algorithm (outCache,outEnv1,outIH,outSCodeElementLst2,outSCodeEquationLst3,outSCodeEquationLst4,outSCodeAlgorithmLst5,outSCodeAlgorithmLst6):= - matchcontinue (inCache,inEnv,inIH,inMod,inPrefix,inClass,inBoolean,info) + matchcontinue (inCache,inEnv,inIH,inMod,inPrefix,inClass,inBoolean,inInfo) local list elt; list env,cenv; @@ -544,6 +544,7 @@ algorithm String n,name; Option extdecl; Prefix.Prefix pre; + Absyn.Info info; case (cache,env,ih,mod,pre,SCode.CLASS(name = name, classDef = SCode.PARTS(elementLst = elt, diff --git a/Compiler/FrontEnd/ModelicaBuiltin.mo b/Compiler/FrontEnd/ModelicaBuiltin.mo index 77832a784c3..ce70d4d8bb0 100644 --- a/Compiler/FrontEnd/ModelicaBuiltin.mo +++ b/Compiler/FrontEnd/ModelicaBuiltin.mo @@ -1,9 +1,9 @@ /* * This file is part of OpenModelica. * - * Copyright (c) 1998-CurrentYear, Link�ping University, + * Copyright (c) 1998-CurrentYear, Linköping University, * Department of Computer and Information Science, - * SE-58183 Link�ping, Sweden. + * SE-58183 Linköping, Sweden. * * All rights reserved. * @@ -14,7 +14,7 @@ * * The OpenModelica software and the Open Source Modelica * Consortium (OSMC) Public License (OSMC-PL) are obtained - * from Link�ping University, either from the above address, + * from Linköping University, either from the above address, * from the URLs: http://www.ida.liu.se/projects/OpenModelica or * http://www.openmodelica.org, and in the OpenModelica distribution. * GNU version 3 is obtained from: http://www.gnu.org/copyleft/gpl.html. @@ -2693,7 +2693,7 @@ Same as previously.

OpenModelica Development Environment (OMDev)

Several enhancements. Support for match-expressions in addition to matchcontinue. Support for real if-then-else. Support for if-then without else-branches. Modelica Development Tooling 0.7.7 with small improvements such as more settings, improved error detection in console, etc.

New Graphic Editor OMEdit

-A new improved open source graphic model connection editor called OMEdit, supporting 3.1 graphical annotations, which makes it possible to move models back and forth to other tools without problems. The editor has been implemented by students at Link�ping University and is based on the C++ Qt library. +A new improved open source graphic model connection editor called OMEdit, supporting 3.1 graphical annotations, which makes it possible to move models back and forth to other tools without problems. The editor has been implemented by students at Linköping University and is based on the C++ Qt library. ")); end '1.6.0'; package '1.7.0' "Version 1.7.0 (r8711, 2011-04-20)"