Changeset 18459


Ignore:
Timestamp:
2013-12-11T10:38:40+01:00 (10 years ago)
Author:
vwaurich
Message:
  • fixed bug for varSCCmapping concerning tornsystems including records
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/BackEnd/HpcOmTaskGraph.mo

    r18258 r18459  
    15801580
    15811581protected function othersInTearComp " gets the remaining algebraic vars and equations from the torn block.
    1582 this function is just for checking if there exists an equation with more than one var(because i dont know why theres a list of vars)
     1582Remark: there can be more than 1 var per equation.
    15831583author:Waurich TUD 2013-06"
    15841584  input tuple<Integer,list<Integer>> otherEqnVarTpl;
     
    15961596      equation
    15971597      (eq,varTplLst)=otherEqnVarTpl; 
    1598       true = intEq(listLength(varTplLst),1);
    15991598      var = listGet(varTplLst,1);
    16001599      (eqLst,varLst) = othersIn;
    1601       varLst = var::varLst;
     1600      varLst = listAppend(varTplLst,varLst);
    16021601      eqLst = eq::eqLst;
    16031602      then
Note: See TracChangeset for help on using the changeset viewer.