SAR: fix typo for SAR av. method

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2013-07-24 17:19:35 +02:00
parent 2b3408b0b8
commit eda30bacd3

View File

@ -59,7 +59,7 @@ void SAR_Calculation::SetAveragingMethod(string method, bool silent)
return SetAveragingMethod(IEEE_C95_3, silent);
if (method.compare("IEEE_62704")==0)
return SetAveragingMethod(IEEE_62704, silent);
if (method.compare("SIMPLE")==0)
if (method.compare("Simple")==0)
return SetAveragingMethod(SIMPLE, silent);
cerr << __func__ << ": Error, """ << method << """ is an unknown averaging method..." << endl;