Skip to content

Commit

Permalink
StaticExp was renamed
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@358 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Jul 31, 1998
1 parent a6a013e commit c0999fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeq/connect.rml
Expand Up @@ -194,7 +194,7 @@ end

relation find_in_set_equ : (Exp.ComponentRef list, Exp.ComponentRef) => () =

rule StaticExp.eq_cref(c1,c2)
rule Static.eq_cref(c1,c2)
------------------
find_in_set_equ(c1::_,c2)

Expand All @@ -207,7 +207,7 @@ end
relation find_in_set_flow : ((Exp.ComponentRef * Face) list, Exp.ComponentRef)
=> () =

rule StaticExp.eq_cref(c1,c2)
rule Static.eq_cref(c1,c2)
------------------
find_in_set_flow((c1,_)::_,c2)

Expand Down

0 comments on commit c0999fc

Please sign in to comment.