diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-11-17 12:04:02 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-11-17 12:04:02 +0100 |
commit | 490b52e0864c336ec1eede32c7bd8e6340fac762 (patch) | |
tree | fc228ff33215098b970c8283826fc97820a7b5d9 /src/image.h | |
parent | d3459eb9d394ebebeed58141843748c2d69eb284 (diff) |
Whitespace
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index 7c64c6d6..ec5a20d5 100644 --- a/src/image.h +++ b/src/image.h @@ -61,7 +61,7 @@ struct mol_species { char species[4]; /* Species name */ int n_atoms; /* Number of atoms of this species */ - + float x[32*1024]; float y[32*1024]; float z[32*1024]; |