------------------------------------------------------------ revno: 3912 committer: Anton Gladky <[email protected]> timestamp: Thu 2014-04-10 16:04:50 +0200 message: Minor fix (replace #ifdef by #endif) modified: pkg/dem/ViscoelasticPM.hpp
-- 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/ViscoelasticPM.hpp' --- pkg/dem/ViscoelasticPM.hpp 2014-04-10 13:39:24 +0000 +++ pkg/dem/ViscoelasticPM.hpp 2014-04-10 14:04:50 +0000 @@ -65,7 +65,7 @@ #ifdef YADE_SPH KernelFunction kernelFunctionCurrentPressure; KernelFunction kernelFunctionCurrentVisco; -#ifdef YADE_SPH +#endif REGISTER_CLASS_INDEX(ViscElPhys,FrictPhys); }; REGISTER_SERIALIZABLE(ViscElPhys);
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

