From 145eb787b1a59baaa8cc3f96bb28742786e68f49 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Nov 2009 14:44:21 +0100 Subject: Nicer species table layout --- src/sfac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sfac.c') diff --git a/src/sfac.c b/src/sfac.c index 45514992..42aa72ce 100644 --- a/src/sfac.c +++ b/src/sfac.c @@ -303,7 +303,7 @@ struct molecule *load_molecule() printf("There are %i species\n", mol->n_species); for ( i=0; in_species; i++ ) { - printf("'%s': %i\n", mol->species[i]->species, + printf("%3s : %6i\n", mol->species[i]->species, mol->species[i]->n_atoms); } -- cgit v1.2.3