yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #03389
wm3-eigen glue
Hi Anton,
I had to modify (sometimes substantially) the wm3-eigen code. I also
added the "nowm3" feature for yade, read lib/base/Math.hpp for further
instructions. I want to keep development of the glue and of yade's trunk
separate, just use symlinks as instructed in that file.
You can hunt bugs with compilation now, all operators that return the
class the belong to must be wrapped, since otherwise they will return
instance of the base class, which is not what we want definitely (see
e.g. operators for Vector3 etc). Don't lose time with code that is not
used in yade at all, you can just go one-by-one compilation error and
try to solve it. Most stuff should already work, anyway.
miniWm3Wrap will not compile for sure, I will try to handle that
separately somehow.
Cheers, Vaclav
Follow ups