Skip to content

Commit

Permalink
fix bug with non-existent umfpack.h
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21392 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Michael Kloeppel committed Jul 1, 2014
1 parent 4193688 commit aae287e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/cpp/Include/Core/Math/SparseMatrix.h
Expand Up @@ -2,7 +2,9 @@


#include "Modelica.h"
#ifdef USE_UMFPACK
#include "umfpack.h"
#endif USE_UMFPACK

using std::map;
using std::pair;
Expand Down

0 comments on commit aae287e

Please sign in to comment.