docs
This commit is contained in:
parent
c50a27948f
commit
9caf439277
|
|
@ -11,6 +11,11 @@ private:
|
|||
*/
|
||||
std::vector<Vel> uvData;
|
||||
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);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue