Changeset d883765 in OpenModelica


Ignore:
Timestamp:
2016-04-08T19:41:56+02:00 (8 years ago)
Author:
hudson <openmodelica@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
86e3c048
Parents:
12b9c58
git-author:
Willi Braun <wbraun@…> (04/08/16 19:41:56)
git-committer:
hudson <openmodelica@…> (04/08/16 19:41:56)
Message:

revert unwanted change to debug flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/SymbolicJacobian.mo

    rf11f59c2 rd883765  
    10081008  output BackendDAE.SparseColoring outColoredCols;
    10091009protected
    1010   constant Boolean debug = true;
     1010  constant Boolean debug = false;
    10111011algorithm
    10121012  (outSparsePattern,outColoredCols) := matchcontinue(inBackendDAE,inIndependentVars,inDependentVars)
Note: See TracChangeset for help on using the changeset viewer.