From 4d8305e5d42c1e0bb2f2cc457b51e8c2e20096d5 Mon Sep 17 00:00:00 2001 From: Francois Gygi Date: Wed, 10 Nov 2010 18:10:44 +0000 Subject: [PATCH] removed debug print git-svn-id: http://qboxcode.org/svn/qb/trunk@830 cba15fb0-1239-40c8-b417-11db7ca47a34 --- src/SampleReader.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } -- libgit2 0.26.0