This commit is contained in:
robin 2024-05-09 08:41:38 +02:00
parent c50a27948f
commit 9caf439277
1 changed files with 55 additions and 50 deletions

View File

@ -11,6 +11,11 @@ private:
*/ */
std::vector<Vel> uvData; std::vector<Vel> uvData;
public: public:
/**
* Constructs the UVGrid.
* @param path The data path where the constructor expects to find
* the files hydrodynamic_U.h5, hydrodynamic_V.h5, and grid.h5
*/
UVGrid(std::string path); UVGrid(std::string path);
/** /**