nf2ff: show datasize at verbose level 1

pull/1/head
Thorsten Liebig 2012-03-01 10:26:03 +01:00
parent 5ae0d56288
commit 710270f8fa
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ bool nf2ff::AnalyseFile(string E_Field_file, string H_Field_file)
return false; return false;
} }
if (m_Verbose>1) if (m_Verbose>0)
cerr << "nf2ff: Data-Size: " << E_numLines[0] << "x" << E_numLines[1] << "x" << E_numLines[2] << endl; cerr << "nf2ff: Data-Size: " << E_numLines[0] << "x" << E_numLines[1] << "x" << E_numLines[2] << endl;
if (m_Verbose>1) if (m_Verbose>1)
cerr << "nf2ff: calculate dft..." << endl; cerr << "nf2ff: calculate dft..." << endl;