We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebce44 commit bbc5c10Copy full SHA for bbc5c10
include/openPMD/Mesh.hpp
@@ -260,7 +260,7 @@ class Mesh : public BaseRecord<MeshRecordComponent>
260
* @return Reference to modified mesh.
261
*/
262
Mesh &setGridUnitDimension(
263
- std::vector<std::map<UnitDimension, double>> const & gridUnitDimension);
+ std::vector<std::map<UnitDimension, double>> const &gridUnitDimension);
264
265
/**
266
* @brief Return the physical dimensions of the mesh axes.
0 commit comments