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