← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2056: Move of the line YADE_PLUGIN((...)) of CinemCNCEngine : it was before the "include...", and for E...

 

------------------------------------------------------------
revno: 2056
committer: jduriez <jduriez@c1solimara-l>
branch nick: trunk
timestamp: Mon 2010-03-01 14:49:20 +0100
message:
  Move of the line YADE_PLUGIN((...)) of CinemCNCEngine : it was before the "include...", and for Emmanuele it did not compile thus. Moved after the "include".
modified:
  pkg/common/Engine/PartialEngine/CinemCNCEngine.cpp


--
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/common/Engine/PartialEngine/CinemCNCEngine.cpp'
--- pkg/common/Engine/PartialEngine/CinemCNCEngine.cpp	2010-02-26 23:29:53 +0000
+++ pkg/common/Engine/PartialEngine/CinemCNCEngine.cpp	2010-03-01 13:49:20 +0000
@@ -5,7 +5,6 @@
 *  This program is free software; it is licensed under the terms of the  *
 *  GNU General Public License v2 or later. See file LICENSE for details. *
 *************************************************************************/
-YADE_PLUGIN((CinemCNCEngine));
 
 #include "CinemCNCEngine.hpp"
 #include<yade/core/State.hpp>
@@ -14,6 +13,7 @@
 #include<yade/core/Scene.hpp>
 #include <yade/lib-base/Math.hpp>
 
+YADE_PLUGIN((CinemCNCEngine));
 
 void CinemCNCEngine::applyCondition(Scene * ncb)
 {