Skip to content

Commit bbc5c10

Browse files
pre-commit-ci[bot]franzpoeschel
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6ebce44 commit bbc5c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openPMD/Mesh.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class Mesh : public BaseRecord<MeshRecordComponent>
260260
* @return Reference to modified mesh.
261261
*/
262262
Mesh &setGridUnitDimension(
263-
std::vector<std::map<UnitDimension, double>> const & gridUnitDimension);
263+
std::vector<std::map<UnitDimension, double>> const &gridUnitDimension);
264264

265265
/**
266266
* @brief Return the physical dimensions of the mesh axes.

0 commit comments

Comments
 (0)