From 150c54e977c2e4c638bfe6d1b155229b3b3f1491 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 Jun 2011 17:41:34 +0200 Subject: Remove a FIXME (parser is now generalised) --- src/detector.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/detector.c') diff --git a/src/detector.c b/src/detector.c index 6c311f9d..5df070b6 100644 --- a/src/detector.c +++ b/src/detector.c @@ -1120,9 +1120,6 @@ int write_detector_geometry(const char *filename, struct detector *det) fprintf(fh, "%s/peak_sep = %g\n", p->name, p->peak_sep); fprintf(fh, "%s/clen = %s\n", p->name, p->clen_from); - /* FIXME: The following is sketchy, but it will work for now. - * We need to generalise the parser in detector.c */ - if ( p->fsx >= 0 ) { signx='+'; } else { -- cgit v1.2.3