← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3988: fix default attribute in DFNFlow

 

------------------------------------------------------------
revno: 3988
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Tue 2014-05-27 12:33:52 +0200
message:
  fix default attribute in DFNFlow
modified:
  pkg/pfv/DFNFlow.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/pfv/DFNFlow.cpp'
--- pkg/pfv/DFNFlow.cpp	2014-05-27 10:20:39 +0000
+++ pkg/pfv/DFNFlow.cpp	2014-05-27 10:33:52 +0000
@@ -42,7 +42,7 @@
 
 	YADE_CLASS_BASE_DOC_ATTRS_INIT_CTOR_PY(DFNFlowEngine,DFNFlowEngineT,"documentation here",
 	((Real, myNewAttribute, 0,,"useless example"))
-	((bool, updatePositions, False,,"update particles positions when rebuilding the mesh (experimental)"))
+	((bool, updatePositions, false,,"update particles positions when rebuilding the mesh (experimental)"))
 	,/*DFNFlowEngineT()*/,
 	,
 	)