We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbef19 commit 1dc9113Copy full SHA for 1dc9113
1 file changed
src/backend/PatchRecord.cpp
@@ -27,7 +27,7 @@
27
namespace openPMD
28
{
29
PatchRecord &
30
-PatchRecord::setUnitDimension(std::map<UnitDimension, double> const &udim)
+PatchRecord::setUnitDimension(unit_representations::AsMap const &udim)
31
32
if (!udim.empty())
33
0 commit comments