Skip to content

Commit 94d5c2f

Browse files
committed
- changed DAE.convertInlineTypeToBool to DAEUtil.convertInlineTypeToBool
as there are no functions in DAE.mo! git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4795 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent a484f68 commit 94d5c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Inline.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ algorithm
852852
DAE.InlineType inlineType;
853853
case((DAE.CALL(p,args,tup,built,t,inlineType),fns))
854854
equation
855-
true = DAE.convertInlineTypeToBool(inlineType);
855+
true = DAEUtil.convertInlineTypeToBool(inlineType);
856856
DAE.FUNCTION( functions = DAE.FUNCTION_DEF(body = DAE.DAE(fn))::_) :: _ = DAEUtil.getNamedFunction(p,fns);
857857
crefs = Util.listMap(fn,getInputCrefs);
858858
crefs = Util.listSelect(crefs,removeWilds);

0 commit comments

Comments
 (0)