Skip to content

Commit

Permalink
newModel -> createModel
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Sep 20, 2002
1 parent 36b1b97 commit eb42f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/interactive.rml
Expand Up @@ -231,7 +231,7 @@ relation evaluate_graphical_api: (InteractiveStmts, InteractiveSymbolTable) =>
---------------------------------------------------
evaluate_graphical_api(
ISTMTS([IEXP(Absyn.CALL(
Absyn.CREF_IDENT("newModel",_),
Absyn.CREF_IDENT("createModel",_),
Absyn.FUNCTIONARGS([Absyn.CREF(Absyn.CREF_IDENT(name,_))],[])))]
),
st as SYMBOLTABLE(p,s,ic,iv)) => (resstr,newst)
Expand Down

0 comments on commit eb42f9f

Please sign in to comment.