1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-08-15 02:01:53 +01:00

cleaner, abstract, IOObject base class

This commit is contained in:
2014-01-21 14:29:04 +01:00
parent d45e64f87d
commit 4e440978d7
4 changed files with 12 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ public:
DMat(const DMat& M);
DMat(unsigned int nrow, unsigned int ncol);
// IO
virtual IOTypes::Type IOType(void);
virtual IOType getType(void);
};
LATAN_END_CPPDECL