diff --git a/src/SampleReader.C b/src/SampleReader.C index f0ded1b..58386f4 100644 --- a/src/SampleReader.C +++ b/src/SampleReader.C @@ -622,7 +622,7 @@ void SampleReader::readSample (Sample& s, const string uri, bool serial) // copy wavefunction domain on atomset unit_cell if ( read_wf ) { - cout << "copying wf.cell on atoms.cell" << endl; + // cout << "copying wf.cell on atoms.cell" << endl; s.atoms.set_cell(s.wf.cell()); }