Skip to content

Commit

Permalink
fixed module detectSparsePattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun authored and OpenModelica-Hudson committed Aug 13, 2015
1 parent 69e9299 commit e351ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SymbolicJacobian.mo
Expand Up @@ -1079,7 +1079,7 @@ algorithm
end if;

// prepare data for getSparsePattern
eqnSparse = arrayCreate(adjSizeT, {});
eqnSparse = arrayCreate(adjSize, {});
varSparse = arrayCreate(adjSizeT, {});
mark = arrayCreate(adjSizeT, 0);
usedvar = arrayCreate(adjSizeT, 0);
Expand Down

0 comments on commit e351ab1

Please sign in to comment.