diff --git a/EgtGeomKernel.rc b/EgtGeomKernel.rc index e908e80..d6ed715 100644 Binary files a/EgtGeomKernel.rc and b/EgtGeomKernel.rc differ diff --git a/VolZmapGraphics.cpp b/VolZmapGraphics.cpp index d28e29a..0f49276 100644 --- a/VolZmapGraphics.cpp +++ b/VolZmapGraphics.cpp @@ -29,7 +29,7 @@ using namespace std ; // ------------------------- Tipi per SVD con Eigen ------------------------------------------------------------------------------ static const int MAX_FAN_BASE_VERTS = 7 ; -typedef Eigen::Matrix SvdMatrix ; +typedef Eigen::Matrix SvdMatrix ; typedef Eigen::Matrix SvdVector ; typedef Eigen::JacobiSVD SvdDecomposer ;