aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-17 17:04:00 +0100
committerThomas White <taw@physics.org>2009-11-17 17:04:00 +0100
commit79d63b556b771d4fb4dc4073c10891f26739d565 (patch)
tree90dd74656fed448feb11b51319bb6d21a03f9d6f /src/image.h
parent9c95cc556f924cbbba4e453c5582f24d3ac31955 (diff)
Move load_molecule to sfac
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 {