yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #02228
removing GeometricalModel
As suggested earlier on the list, I will be deprecating
GeometricalModel. Files that need it for functionality will be marked
YADE_REQUIRE_FEATURE(shape), hence unfunctional in regular builds.
Later, they will be removed.
Please adjust your code that relies on GeometricalModel to get the data
it needs (radius in the majority of cases) from InteractingGeometry
instead. Don't forget to commit the code to the repository.
Thanks, Vaclav
Follow ups