From 88f9e0588abe38a52819b528f80227cb17483c80 Mon Sep 17 00:00:00 2001 From: taw27 Date: Mon, 19 Nov 2007 15:38:56 +0000 Subject: Fix memory leaks and other memory problems git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@197 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/mrc.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/mrc.h') diff --git a/src/mrc.h b/src/mrc.h index 6414dfe..6a66142 100644 --- a/src/mrc.h +++ b/src/mrc.h @@ -45,27 +45,27 @@ typedef struct struct_mrcheader { float amin; float amax; float amean; - uint16_t ispg; /* Space group number */ - uint16_t nsymbt; + uint16_t ispg; /* Space group number */ + uint16_t nsymbt; int32_t next; - uint16_t dvid; + uint16_t dvid; char extra[30]; - uint16_t numintegers; - uint16_t numfloats; - uint16_t sub; - uint16_t zfac; + uint16_t numintegers; + uint16_t numfloats; + uint16_t sub; + uint16_t zfac; float min2; float max2; float min3; float max3; float min4; float max4; - uint16_t idtype; - uint16_t lens; - uint16_t nd1; - uint16_t nd2; - uint16_t vd1; - uint16_t vd2; + uint16_t idtype; + uint16_t lens; + uint16_t nd1; + uint16_t nd2; + uint16_t vd1; + uint16_t vd2; float tiltangles[9]; float zorg; float xorg; -- cgit v1.2.3