From bb8cd0371f2cba96126112cbb720c2149c283c78 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 3 Feb 2010 12:24:52 +0100 Subject: Remove many debug messages --- src/sfac.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/sfac.c') diff --git a/src/sfac.c b/src/sfac.c index 5cf94fbf..3d6e5f72 100644 --- a/src/sfac.c +++ b/src/sfac.c @@ -303,8 +303,8 @@ static void centre_molecule(struct molecule *mol) } - STATUS("Molecule was shifted by %5.3f, %5.3f, %5.3f nm\n", - mol->xc*1e9, mol->yc*1e9, mol->zc*1e9); + //STATUS("Molecule was shifted by %5.3f, %5.3f, %5.3f nm\n", + // mol->xc*1e9, mol->yc*1e9, mol->zc*1e9); } @@ -420,10 +420,10 @@ struct molecule *load_molecule() centre_molecule(mol); - STATUS("There are %i species\n", mol->n_species); + //STATUS("There are %i species\n", mol->n_species); for ( i=0; in_species; i++ ) { - STATUS("%3s : %6i\n", mol->species[i]->species, - mol->species[i]->n_atoms); + // STATUS("%3s : %6i\n", mol->species[i]->species, + // mol->species[i]->n_atoms); } return mol; -- cgit v1.2.3