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

general cleaning of the code (particularly IO)

This commit is contained in:
2014-02-06 18:08:46 +00:00
parent ce6469cdd7
commit eaa89657ee
10 changed files with 106 additions and 98 deletions

View File

@@ -21,9 +21,9 @@ public:
DMat(const DMat& M);
DMat(const unsigned int nRow, const unsigned int nCol);
// IO
virtual unsigned int getType(void);
virtual unsigned int getType(void) const;
};
LATAN_END_CPPDECL
#endif
#endif