yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11241
[Branch ~yade-pkg/yade/git-trunk] Rev 4154: fix https://bugs.launchpad.net/yade/+bug/1362090
------------------------------------------------------------
revno: 4154
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Wed 2014-09-03 17:59:54 +0200
message:
fix https://bugs.launchpad.net/yade/+bug/1362090
modified:
pkg/pfv/FlowEngine.hpp.in
--
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/pfv/FlowEngine.hpp.in'
--- pkg/pfv/FlowEngine.hpp.in 2014-08-01 11:16:21 +0000
+++ pkg/pfv/FlowEngine.hpp.in 2014-09-03 15:59:54 +0000
@@ -225,7 +225,7 @@
((double, sineMagnitude, 0,, "Pressure value (amplitude) when sinusoidal pressure is applied (p )"))
((double, sineAverage, 0,,"Pressure value (average) when sinusoidal pressure is applied"))
((bool, debug, false,,"Activate debug messages"))
- ((double, wallThickness,0.001,,"Walls thickness"))
+ ((double, wallThickness,0,,"Walls thickness"))
((double,pZero,0,,"The value used for initializing pore pressure. It is useless for incompressible fluid, but important for compressible model."))
((double,tolerance,1e-06,,"Gauss-Seidel tolerance"))
((double,relax,1.9,,"Gauss-Seidel relaxation"))