Skip to content

Commit

Permalink
- small update of RML to MetaModelica tool.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3604 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed May 26, 2008
1 parent 2fa0ca4 commit ca5131d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/rml2mod/dictionary.rml
Expand Up @@ -112,7 +112,7 @@ relation insertEntry: ('a dictEntry, string, 'a value, int) => 'a dictEntry =
int_eq(ind, len) => true &
(* if the index in the string is exactly
the string lenght we have found it, update the entry *)
print "DICT: Updating key:" & print s & print "\n" &
print "DICT: Updating key:" & print s & print "\n"
(*
print "Already existing value. UPDATING!\n" &
print "Use Dictionary.update(dict, key, updatedvalue instead)!\n"
Expand Down
2 changes: 1 addition & 1 deletion tools/rml2mod/modrefactor.rml
Expand Up @@ -572,7 +572,7 @@ relation makeNAFARGS =
makeNAFARGS(exps, names, C(_,flags,_,_,_)) => (newExps,newNArgs)

(* this is the default *)
default
(* default *)
rule makeAllNAFARGS(exps, names) => (newExps,newNArgs)
----------------------------------------------------------------
makeNAFARGS(exps, names, C(_,flags,_,_,_)) => (newExps,newNArgs)
Expand Down

0 comments on commit ca5131d

Please sign in to comment.