aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/image.h b/src/image.h
index ec5a20d5..40e3e35e 100644
--- a/src/image.h
+++ b/src/image.h
@@ -57,26 +57,6 @@ struct threevec
};
-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];
- float occ[32*1024];
- float B[32*1024];
-};
-
-
-struct molecule
-{
- int n_species;
- struct mol_species *species[32];
-};
-
-
/* Structure describing an image */
struct image {