Skip to content

Commit

Permalink
revert unwanted change to debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun authored and OpenModelica-Hudson committed Apr 8, 2016
1 parent 12b9c58 commit d883765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SymbolicJacobian.mo
Expand Up @@ -1007,7 +1007,7 @@ protected function generateSparsePattern "author: wbraun
output BackendDAE.SparsePattern outSparsePattern;
output BackendDAE.SparseColoring outColoredCols;
protected
constant Boolean debug = true;
constant Boolean debug = false;
algorithm
(outSparsePattern,outColoredCols) := matchcontinue(inBackendDAE,inIndependentVars,inDependentVars)
local
Expand Down

0 comments on commit d883765

Please sign in to comment.