Skip to content

Commit

Permalink
- for testsuite mosfiles-msl22 separated and actived some tests (ini…
Browse files Browse the repository at this point in the history
…tialization)

 - clean up testsuite
 - deactived print call in BackendQSS.mo, since it break the testsuite


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8442 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Apr 1, 2011
1 parent 90e1efd commit f1c5aae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Compiler/BackEnd/BackendQSS.mo
Expand Up @@ -42,6 +42,7 @@ public import DAE;
public import BackendDump;

protected import BackendVariable;
protected import Debug;
protected import Util;
protected import ComponentReference;

Expand Down Expand Up @@ -114,10 +115,10 @@ algorithm

// PRINT INFO

print("---------- State Blocks ----------\n");
Debug.fcall("QSS-stuff",print,"---------- State Blocks ----------\n");
//Util.listMap0(stateEq_blt, printListOfLists);
Util.listMap02(stateEq_blt, BackendDump.dumpComponentsAdvanced, ass2, dlow);
print("---------- State Blocks ----------\n");
//Debug.fcall("QSS-stuff",Util.listMap02, (stateEq_blt, BackendDump.dumpComponentsAdvanced, ass2, dlow));
Debug.fcall("QSS-stuff",print,"---------- State Blocks ----------\n");


outVars_temp = listArray({{{1,2,3},{4,5},{6}}});
Expand Down

0 comments on commit f1c5aae

Please sign in to comment.