Skip to content
New issue

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

METEOIO dependence if code is compiled with METEOIO OFF #35

Open
cozzini opened this issue Mar 20, 2018 · 2 comments
Open

METEOIO dependence if code is compiled with METEOIO OFF #35

cozzini opened this issue Mar 20, 2018 · 2 comments

Comments

@cozzini
Copy link
Member

cozzini commented Mar 20, 2018

When we compile with meteoIO off we should not need/compile the meteoio plugin and link against MeteoIO library.

@asartori86
Copy link
Collaborator

asartori86 commented Mar 26, 2018

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

@cozzini
Copy link
Member Author

cozzini commented Mar 26, 2018

Ok this means we should use these structure everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants