Skip to content

Commit

Permalink
fix for missing kinsol_klu include in cpp runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors committed Aug 7, 2015
1 parent 6f0267d commit e5cd1b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@

#include <kinsol/kinsol_spbcgs.h>
#include <kinsol/kinsol_sptfqmr.h>
#include <kinsol/kinsol_klu.h>
/*will be used with new sundials version: #include <kinsol/kinsol_klu.h>*/


#include <boost/math/special_functions/fpclassify.hpp>
Expand Down

0 comments on commit e5cd1b4

Please sign in to comment.