Skip to content

Commit

Permalink
Changes due to additions for replaceable to SCode.COMPONENT
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@904 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Jan 21, 2003
1 parent 1a2a55b commit 5f90beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/staticexp.rml
Expand Up @@ -1342,7 +1342,7 @@ relation fill_default_slots: (Slot list , SCode.Class, Env.Env) => Slot list =
fill_default_slots ( SLOT(fa,true,e)::xs,class,env) => SLOT(fa,true,e)::res

rule fill_default_slots(xs,class,env) => res &
SCode.get_element_named(id,class) => SCode.COMPONENT(_,_,_,_,_,SCode.MOD(_,_,SOME(dexp))) &
SCode.get_element_named(id,class) => SCode.COMPONENT(_,_,_,_,_,_,SCode.MOD(_,_,SOME(dexp))) &
elab_exp (env,dexp,false,NONE) => (exp,Types.PROP(t,c1),_) &
Types.match_type(exp,t,tp) => (exp',_)
---------------------------------------------------------------------------------
Expand Down

0 comments on commit 5f90beb

Please sign in to comment.