Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and franzpoeschel committed Feb 14, 2024
1 parent 13d9f38 commit ffbd45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openPMD/Mesh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class Mesh : public BaseRecord<MeshRecordComponent>
* @return Reference to modified mesh.
*/
Mesh &setGridUnitDimension(
std::vector<std::map<UnitDimension, double>> const & gridUnitDimension);
std::vector<std::map<UnitDimension, double>> const &gridUnitDimension);

/**
* @brief Return the physical dimensions of the mesh axes.
Expand Down

0 comments on commit ffbd45a

Please sign in to comment.