> What do we need for that? Vector3r must be template. You just make the classe templated, replace Real by ScalarType (or whatever you call it), qualify all calls to Eigen's methods by prefixing them with EigenBase::. That should be it. Oh, static stuff must be instantiated as well.
I can do it if it is too complicated, it takes just a few minutes. Let me know. v _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

