------------------------------------------------------------ revno: 3853 committer: Bruno Chareyre <[email protected]> timestamp: Sun 2014-03-23 03:10:28 +0100 message: fix compile error due to dirty hack (cpp's included by another cpp) 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 2014-03-21 18:47:45 +0000 +++ pkg/dem/FlowEngine.cpp 2014-03-23 02:10:28 +0000 @@ -14,9 +14,6 @@ CREATE_LOGGER(FlowEngine ); YADE_PLUGIN((FlowEngine)); -#include <yade/pkg/dem/PeriodicFlowEngine.cpp> -#include <yade/pkg/dem/DFNFlow.cpp> - #endif //FLOW_ENGINE #endif /* YADE_CGAL */
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

