@@ -46,9 +46,9 @@ import Util;
4646import Exp ;
4747import Absyn ;
4848import DAE ;
49- import DAEUtil ;
5049import Algorithm ;
5150import RTOpts ;
51+ import DAEDump ;
5252
5353public function writeIncidenceMatrix
5454 input DAELow . DAELow dlow;
@@ -388,7 +388,7 @@ algorithm
388388 streamPrefix = streamPrefix)) :: {}),varno)
389389 equation
390390 varnostr = intString(varno);
391- dirstr = DAEUtil . dumpDirectionStr(dir);
391+ dirstr = DAEDump . dumpDirectionStr(dir);
392392 str1 = Exp . printComponentRefStr(cr);
393393 /*
394394 paths_lst = Util.listMap(paths, Absyn.pathString);
@@ -400,7 +400,7 @@ algorithm
400400 print(" ");
401401 print(path_str);
402402 indx_str = intString(indx);
403- str = DAEUtil .dumpTypeStr(var_type);print( " type: "); print(str);
403+ str = DAEDump .dumpTypeStr(var_type);print( " type: "); print(str);
404404
405405 print(" indx = ");
406406 print(indx_str);
@@ -426,7 +426,7 @@ algorithm
426426 streamPrefix = streamPrefix)) :: xs),varno)
427427 equation
428428 varnostr = intString(varno);
429- dirstr = DAEUtil . dumpDirectionStr(dir);
429+ dirstr = DAEDump . dumpDirectionStr(dir);
430430 str1 = Exp . printComponentRefStr(cr);
431431 /*
432432 paths_lst = Util.listMap(paths, Absyn.pathString);
@@ -438,7 +438,7 @@ algorithm
438438 print(" ");
439439 print(path_str);
440440 indx_str = intString(indx);
441- str = DAEUtil .dumpTypeStr(var_type);print( " type: "); print(str);
441+ str = DAEDump .dumpTypeStr(var_type);print( " type: "); print(str);
442442
443443 print(" indx = ");
444444 print(indx_str);
0 commit comments