match SAR debug level to gobal verbose level
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
parent
081038db62
commit
c22665e529
@ -270,6 +270,7 @@ void ProcessFieldsSAR::DumpFDData()
|
||||
else
|
||||
{
|
||||
SAR_Calculation SAR_Calc;
|
||||
SAR_Calc.SetDebugLevel(g_settings.GetVerboseLevel());
|
||||
SAR_Calc.SetNumLines(numLines);
|
||||
if (m_DumpType == SAR_LOCAL_DUMP)
|
||||
SAR_Calc.SetAveragingMass(0);
|
||||
|
@ -24,7 +24,7 @@ SAR_Calculation::SAR_Calculation()
|
||||
{
|
||||
m_Vx_Used = NULL;
|
||||
m_Vx_Valid = NULL;
|
||||
m_DebugLevel = 1;
|
||||
m_DebugLevel = 0;
|
||||
SetAveragingMethod(SIMPLE);
|
||||
Reset();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user