Skip to content

Commit

Permalink
- loadModel(Complex) in OMEdit
Browse files Browse the repository at this point in the history
- Fix unparsing of operator XXX in OMC


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8702 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 19, 2011
1 parent f47093d commit 872e829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Compiler/FrontEnd/Dump.mo
Expand Up @@ -567,6 +567,9 @@ algorithm
case Absyn.R_PREDEFINED_STRING() then "String";
case Absyn.R_PREDEFINED_BOOLEAN() then "Boolean";
case Absyn.R_METARECORD(_,_) then "metarecord";
case Absyn.R_OPERATOR() then "operator";
case Absyn.R_OPERATOR_FUNCTION() then "operator function";
case Absyn.R_OPERATOR_RECORD() then "operator record";
case _ then "*unknown*";
end matchcontinue;
end unparseRestrictionStr;
Expand Down

0 comments on commit 872e829

Please sign in to comment.