We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we compile with meteoIO off we should not need/compile the meteoio plugin and link against MeteoIO library.
The text was updated successfully, but these errors were encountered:
Our data-structures GeoMatrix<T> and GeoTensor<T> are directly derived by meteoio data-structure
GeoMatrix<T>
GeoTensor<T>
meteoio
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
Sorry, something went wrong.
Ok this means we should use these structure everywhere.
No branches or pull requests
When we compile with meteoIO off we should not need/compile the meteoio plugin and link against MeteoIO library.
The text was updated successfully, but these errors were encountered: