Skip to content

Commit

Permalink
added a comment... yay...
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1397 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Jan 14, 2005
1 parent 0bbb7fe commit da26672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modeq/lookup.rml
Expand Up @@ -163,6 +163,10 @@ relation lookup_type: (Env.Env,Absyn.Path,bool (* msg flag *))
end

(** relation: lookup_class
** Arg1: enviroment where to look
** Arg2: the path for the class
** Arg3: a bool to controll the output of error-messages. If it is true
** then it outputs a error message if the class is not found.
**)

relation lookup_class: (Env.Env, Absyn.Path, bool) => (SCode.Class, Env.Env) =
Expand Down

0 comments on commit da26672

Please sign in to comment.