------------------------------------------------------------ revno: 1829 committer: CWBoon <[email protected]> branch nick: yade timestamp: Mon 2009-11-30 17:37:13 -0500 message: BasicPM @ pkg/dem/meta modified: pkg/dem/meta/BasicPM.cpp pkg/dem/meta/BasicPM.hpp pkg/dem/meta/BasicPMTest.py
-- 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/meta/BasicPM.cpp' --- pkg/dem/meta/BasicPM.cpp 2009-11-30 22:17:35 +0000 +++ pkg/dem/meta/BasicPM.cpp 2009-11-30 22:37:13 +0000 @@ -1,5 +1,7 @@ /*C.W.Boon @ NOV 2009 */ +YADE_REQUIRE_FEATURE(abcd); + #include"BasicPM.hpp" #include<yade/core/MetaBody.hpp> #include<yade/pkg-dem/BodyMacroParameters.hpp> === modified file 'pkg/dem/meta/BasicPM.hpp' --- pkg/dem/meta/BasicPM.hpp 2009-11-30 22:17:35 +0000 +++ pkg/dem/meta/BasicPM.hpp 2009-11-30 22:37:13 +0000 @@ -1,5 +1,5 @@ /* C.W.Boon @ NOV 2009 */ - +YADE_REQUIRE_FEATURE(abcd); #pragma once #include<yade/pkg-dem/BodyMacroParameters.hpp> //Superclass for body properties === modified file 'pkg/dem/meta/BasicPMTest.py' --- pkg/dem/meta/BasicPMTest.py 2009-11-30 22:17:35 +0000 +++ pkg/dem/meta/BasicPMTest.py 2009-11-30 22:37:13 +0000 @@ -1,6 +1,6 @@ #! file to test BasicPM.cpp # -*- coding: utf-8 -*- - +YADE_REQUIRE_FEATURE(abcd), #!/usr/local/bin/yade-trunk -x # -*- coding: utf-8 -*- # -*- encoding=utf-8 -*-
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

