------------------------------------------------------------ revno: 1980 committer: Anton Gladky <[email protected]> branch nick: trunk timestamp: Thu 2010-01-21 14:55:07 +0100 message: 1. yadeEigen.hpp is added added: lib/base/yadeEigen.hpp
-- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== added file 'lib/base/yadeEigen.hpp' --- lib/base/yadeEigen.hpp 1970-01-01 00:00:00 +0000 +++ lib/base/yadeEigen.hpp 2010-01-21 13:55:07 +0000 @@ -0,0 +1,7 @@ +#pragma once + +#include <Eigen/Core> +#include <Eigen/Geometry> + +template<class T> class Eigen::Vector3f; typedef Eigen::Vector3f<Real> Vector3r; +
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

