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:
@@ -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
|
||||
|
Reference in New Issue
Block a user