Skip to content

Commit 1dc9113

Browse files
committed
doxygen fix
1 parent 9dbef19 commit 1dc9113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/PatchRecord.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
namespace openPMD
2828
{
2929
PatchRecord &
30-
PatchRecord::setUnitDimension(std::map<UnitDimension, double> const &udim)
30+
PatchRecord::setUnitDimension(unit_representations::AsMap const &udim)
3131
{
3232
if (!udim.empty())
3333
{

0 commit comments

Comments
 (0)