yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05193
[Branch ~yade-dev/yade/trunk] Rev 2335: 1. Added forgotten include, caused a compilation errorin 2331
------------------------------------------------------------
revno: 2335
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-07-08 20:07:12 +0200
message:
1. Added forgotten include, caused a compilation errorin 2331
modified:
pkg/dem/Engine/GlobalEngine/ParticleSizeDistrbutionRPMRecorder.hpp
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'pkg/dem/Engine/GlobalEngine/ParticleSizeDistrbutionRPMRecorder.hpp'
--- pkg/dem/Engine/GlobalEngine/ParticleSizeDistrbutionRPMRecorder.hpp 2010-07-08 14:58:21 +0000
+++ pkg/dem/Engine/GlobalEngine/ParticleSizeDistrbutionRPMRecorder.hpp 2010-07-08 18:07:12 +0000
@@ -5,6 +5,8 @@
#include <yade/pkg-common/Recorder.hpp>
#include <yade/pkg-common/InteractionPhysicsFunctor.hpp>
#include <yade/pkg-dem/RockPM.hpp>
+#include<yade/core/Scene.hpp>
+#include<yade/pkg-common/Sphere.hpp>
class ParticleSizeDistrbutionRPMRecorder: public Recorder {
std::ofstream outFile;