------------------------------------------------------------ revno: 3717 committer: Bruno Chareyre <[email protected]> timestamp: Fri 2013-08-30 15:27:06 +0200 message: one more #ifdef LINSOLV guard modified: pkg/dem/FlowEngine.cpp
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/FlowEngine.cpp' --- pkg/dem/FlowEngine.cpp 2013-08-30 13:07:40 +0000 +++ pkg/dem/FlowEngine.cpp 2013-08-30 13:27:06 +0000 @@ -20,7 +20,10 @@ #include <boost/thread.hpp> #include <boost/date_time.hpp> #include <boost/date_time/posix_time/posix_time.hpp> + +#ifdef LINSOLV #include <cholmod.h> +#endif #include "FlowEngine.hpp"
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

