← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 1941: Optional porosity in makeCloud, giving a value discards rMean (avoid guessing rMean when you know...

 

Sorry for that. I've put the comment in the py wrapping.

you have to duplicate default values in the wrapper, since there is no way to know what the default values is from c++.

.def("makeCloud",&... ,python::arg("porosity")=-1),"Documentation here")

Ok, I was wondering that. Thanks.

Bruno




References