From 6f167499e73d8d82ddb31a8e9b32ca464e2afe93 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 9 Dec 2010 23:21:34 -0700 Subject: Tidy up variables --- src/mosflm.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') 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; -- cgit v1.2.3