Skip to content

Commit

Permalink
Merge branch 'test_hertz' of https://github.com/LLNL/units into test_…
Browse files Browse the repository at this point in the history
…hertz
  • Loading branch information
phlptp committed Dec 31, 2022
2 parents 1c8ba60 + adb18d3 commit a01f860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/units.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static std::string getMultiplierString(double multiplier, bool numOnly = false)
if (!numOnly) {
auto si = si_prefixes.find(static_cast<float>(multiplier));
if (si != si_prefixes.end()) {
return std::string( 1, si->second );
return std::string(1, si->second);
}
}
int P = 18; // the desired precision
Expand Down

0 comments on commit a01f860

Please sign in to comment.