Changeset 13922


Ignore:
Timestamp:
2012-11-16T15:12:31+01:00 (11 years ago)
Author:
jfrenkel
Message:
  • get testsuite working back, Lennart can switch of simplifyTimeIndepFuncCalls module in backendpipeline
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/Util/Flags.mo

    r13918 r13922  
    616616//    "countOperations",
    617617    "removeUnusedFunctions",
     618    "simplifyTimeIndepFuncCalls",
    618619    "inputDerivativesUsed",
    619620    "detectJacobianSparsePattern",
     
    640641    ("collapseIndependentBlocks", Util.gettext("Collapses all equation systems back into one big system again (undo partitionIndependentBlocks)")),
    641642    ("removeUnusedFunctions", Util.gettext("removed all unused functions from functionTree")),
    642 //    ("simplifyTimeIndepFuncCalls", Util.gettext("simplifies time independent built in function calls like pre(param) -> param, der(param) -> 0.0, change(param) -> false, edge(param) -> false")),
     643    ("simplifyTimeIndepFuncCalls", Util.gettext("simplifies time independent built in function calls like pre(param) -> param, der(param) -> 0.0, change(param) -> false, edge(param) -> false")),
    643644    ("inputDerivativesUsed", Util.gettext("checks if derivatives of inputs are need to calculate the model.")),
    644645    ("simplifysemiLinear", Util.gettext("simplifies calls to semiLinear")),
Note: See TracChangeset for help on using the changeset viewer.