Open cozzini opened 6 years ago
Our data-structures GeoMatrix<T>
and GeoTensor<T>
are directly derived by meteoio
data-structure
template <typename T>
class GeoMatrix : public mio::Array2D<T>
template <class T>
class GeoTensor : public mio::Array3D<T>
so unless we rewrite these classes we cannot avoid to compile and link against the meteoio library
Ok this means we should use these structure everywhere.
When we compile with meteoIO off we should not need/compile the meteoio plugin and link against MeteoIO library.