Changeset 9d90b00 in OpenModelica


Ignore:
Timestamp:
2020-02-04T14:33:21+01:00 (4 years ago)
Author:
Lennart Ochel <lennart.ochel@…>
Children:
f52fe83
Parents:
9ba23cd
git-author:
arun3688 <rain100falls@…> (12/28/19 11:54:49)
git-committer:
Lennart Ochel <lennart.ochel@…> (02/04/20 14:33:21)
Message:

do not rewrite the indexes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/SimCode/SimCodeUtil.mo

    r9ba23cd r9d90b00  
    72947294  // rewrite the index and set the variableIndex
    72957295  // not sure whether we need to do this, because we might get wrong valueReference
    7296   modelDescriptionVars := rewriteIndex(modelDescriptionVars, 0);
    7297   (modelDescriptionVars, _) := setVariableIndexHelper(modelDescriptionVars, 1);
     7296  //modelDescriptionVars := rewriteIndex(modelDescriptionVars, 0);
     7297  //(modelDescriptionVars, _) := setVariableIndexHelper(modelDescriptionVars, 1);
    72987298
    72997299  //dumpVarLst(modelDescriptionVars,"createFmiModelDescriptionVariable-OrderedSimVars");
Note: See TracChangeset for help on using the changeset viewer.