From: luz paz Date: Thu, 10 Dec 2020 08:40:53 +0000 (+0300) Subject: 0032004: Foundation Classes, UnitsAPI - misprint in "ACCOUSTIC INTENSITY" unit name X-Git-Tag: V7_6_0_beta~332 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=3273937d01e05de09794537458ebe85b09dcb437;p=occt.git 0032004: Foundation Classes, UnitsAPI - misprint in "ACCOUSTIC INTENSITY" unit name Found using `codespell 2.1.dev0` --- diff --git a/src/UnitsAPI/Units.dat b/src/UnitsAPI/Units.dat index daf0995fcb..fe409e916e 100755 --- a/src/UnitsAPI/Units.dat +++ b/src/UnitsAPI/Units.dat @@ -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 diff --git a/src/UnitsAPI/UnitsAPI.cxx b/src/UnitsAPI/UnitsAPI.cxx index ba94625ccf..a090fa2d61 100644 --- a/src/UnitsAPI/UnitsAPI.cxx +++ b/src/UnitsAPI/UnitsAPI.cxx @@ -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)"); diff --git a/src/UnitsAPI/UnitsAPI_Units_dat.pxx b/src/UnitsAPI/UnitsAPI_Units_dat.pxx index f54cc7f8fa..791aa5909d 100644 --- a/src/UnitsAPI/UnitsAPI_Units_dat.pxx +++ b/src/UnitsAPI/UnitsAPI_Units_dat.pxx @@ -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"