Skip to content

Commit

Permalink
0032004: Foundation Classes, UnitsAPI - misprint in "ACCOUSTIC INTENS…
Browse files Browse the repository at this point in the history
…ITY" unit name

Found using `codespell 2.1.dev0`
  • Loading branch information
luzpaz authored and bugmaster committed Dec 21, 2020
1 parent d45edf2 commit 3273937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/UnitsAPI/Units.dat
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ MOLARITY -1 0 0 0
....................................................................................................................................
....................................................................................................................................
M L T I K N J P S
ACCOUSTIC INTENSITY 0 1 0 -2 0 0 0 0 0
ACOUSTIC INTENSITY 0 1 0 -2 0 0 0 0 0
....................................................................................................................................
bel B
neper Np 0.869 B
Expand Down
2 changes: 1 addition & 1 deletion src/UnitsAPI/UnitsAPI.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void UnitsAPI::CheckLoading (const UnitsAPI_SystemUnits aSystemUnits)
MDTVLocalSystemUnits.Specify("MOLAR VOLUME","mm\xB3/mol");
MDTVLocalSystemUnits.Specify("CONCENTRATION","kg/mm\xB3");
MDTVLocalSystemUnits.Specify("MOLAR CONCENTRATION","mol/mm\xB3");
MDTVLocalSystemUnits.Specify("ACCOUSTIC INTENSITY","mm/A\xB2");
MDTVLocalSystemUnits.Specify("ACOUSTIC INTENSITY","mm/A\xB2");
MDTVLocalSystemUnits.Specify("DOSE EQUIVALENT","mm\xB2/s\xB2");
MDTVLocalSystemUnits.Specify("ABSORBED DOSE","mm\xB2/s\xB2");
MDTVLocalSystemUnits.Specify("FLUX OF MAGNETIC INDUCTION","kg*mm\xB2/(s\xB2*A)");
Expand Down
2 changes: 1 addition & 1 deletion src/UnitsAPI/UnitsAPI_Units_dat.pxx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ static const char UnitsAPI_Units_dat[] =
"....................................................................................................................................\n"
"....................................................................................................................................\n"
" M L T I K N J P S\n"
"ACCOUSTIC INTENSITY 0 1 0 -2 0 0 0 0 0\n"
"ACOUSTIC INTENSITY 0 1 0 -2 0 0 0 0 0\n"
"....................................................................................................................................\n"
"bel B\n"
"neper Np 0.869 B\n"
Expand Down

0 comments on commit 3273937

Please sign in to comment.