1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-08-05 07:17:11 +01:00

big cleaning and update: switching to C++11

This commit is contained in:
2014-02-13 19:23:39 +00:00
parent f9e355e3ea
commit 47b9789f84
33 changed files with 426 additions and 1057 deletions

View File

@@ -37,7 +37,7 @@ public:
template <typename Derived>
DMat(const Eigen::EigenBase<Derived> &m);
// IO
virtual unsigned int getType(void) const;
virtual IoType getType(void) const;
};
template <typename Derived>