added data type

This commit is contained in:
Erik Fröjdh 2024-03-22 10:34:57 +01:00
parent eb2b093130
commit 0932869b4c

View File

@ -37,6 +37,9 @@ public:
virtual size_t cols() const = 0;
// function to query the data type of the file
/*virtual DataType dtype = 0; */
virtual ~FileInterface() = 0;
};
} // namespace aare