← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3922: Disable LAW2_SCGEOM_CAPILLARYPHYS_Capillarity1 by default.

 

------------------------------------------------------------
revno: 3922
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Wed 2016-07-27 15:25:22 +0200
message:
  Disable LAW2_SCGEOM_CAPILLARYPHYS_Capillarity1 by default.
modified:
  pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp


--
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/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp'
--- pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp	2016-07-25 19:26:13 +0000
+++ pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp	2016-07-27 13:25:22 +0000
@@ -11,7 +11,7 @@
 //FIXME : in triaxialStressController, change test about null force in updateStiffnessccc
 //keep this #ifdef as long as you don't really want to realize a final version publicly, it will save compilation time for everyone else
 //when you want it compiled, you can just uncomment the following line
-#define LAW2_SCGEOM_CAPILLARYPHYS_Capillarity1
+//#define LAW2_SCGEOM_CAPILLARYPHYS_Capillarity1
 #ifdef LAW2_SCGEOM_CAPILLARYPHYS_Capillarity1
 
 #include <pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.hpp>