From 7c841a482c331c6ed67f86261fb4d7c8b02a0506 Mon Sep 17 00:00:00 2001 From: "Dipl.-Ing. Jonas Stienen" Date: Tue, 14 Nov 2017 14:37:48 +0100 Subject: [PATCH] Refactoring --- include/VABase.h | 2 +- src/VAInterface.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/VABase.h b/include/VABase.h index 406a60b..d50c3e1 100644 --- a/include/VABase.h +++ b/include/VABase.h @@ -24,7 +24,7 @@ // L_w = L_p + 10 * log10( 1m / 1m ) dB re 1pW + 10 * log10 ( 4 * pi ) dB re 1pW; P = 10^( L_w / 10 ) * 1pW static const double g_dSoundPower_94dB_SPL_1m = 0.0316227766f; //!< [W] Sound power that results in 94 dB SPL re 20uPa @ 1m for spherical spreading -static const double g_dDefaultSoundPower_128dB_SPL_1m = 31.6227766017f; //!< [W] Sound power that results in 124 dB SPL re 20uPa @ 1m for spherical spreading +static const double g_dSoundPower_128dB_SPL_1m = 31.6227766017f; //!< [W] Sound power that results in 124 dB SPL re 20uPa @ 1m for spherical spreading // c ~= ( 331.5 + 0.6 * 20 degree / degree ) m/s static const double g_dDefaultSpeedOfSound = 343.0f; //!< [m/s] Sound speed at 20 degree centigrade with adiabatic approximation diff --git a/src/VAInterface.cpp b/src/VAInterface.cpp index e537916..247cb56 100644 --- a/src/VAInterface.cpp +++ b/src/VAInterface.cpp @@ -400,4 +400,3 @@ const std::vector& IVAInterface::GetLiterals() { return g_oCoreLiterals; } - -- 2.22.0