aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-09 23:21:34 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:09 +0100
commit6f167499e73d8d82ddb31a8e9b32ca464e2afe93 (patch)
tree4ddb2303f192de45aa07107ab4ba9a455f6937e3 /src
parent60e3a20cc8eebdf7dbdec49919911803b5d2fcf1 (diff)
Tidy up variables
Diffstat (limited to 'src')
-rw-r--r--src/mosflm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mosflm.c b/src/mosflm.c
index eb0b0d39..c5f81ee0 100644
--- a/src/mosflm.c
+++ b/src/mosflm.c
@@ -115,16 +115,13 @@ static int read_newmat(const char * filename, struct image *image)
void run_mosflm(struct image *image, UnitCell *cell)
{
- unsigned int opts;
- int status;
- int rval;
int i,j;
char mos_cmd[1024];
char symm[64];
const char *sg;
double a,b,c,alpha,beta,gamma;
double wavelength; /* angstrom */
- const char newmatfile[128];
+ char newmatfile[128];
int fail;
wavelength = image->lambda*1e10;