yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10713
[Branch ~yade-pkg/yade/git-trunk] Rev 3912: Minor fix (replace #ifdef by #endif)
------------------------------------------------------------
revno: 3912
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
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);