← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3715: \#include <cholmod.h> in FlowEngine.cpp (why is it not needed on lucid?!)

 

------------------------------------------------------------
revno: 3715
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Fri 2013-08-30 14:15:17 +0200
message:
  \#include <cholmod.h> in FlowEngine.cpp (why is it not needed on lucid?!)
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 11:10:45 +0000
+++ pkg/dem/FlowEngine.cpp	2013-08-30 12:15:17 +0000
@@ -20,6 +20,7 @@
 #include <boost/thread.hpp>
 #include <boost/date_time.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
+#include <cholmod.h>
 
 #include "FlowEngine.hpp"