aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-07 17:41:34 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:27 +0100
commit150c54e977c2e4c638bfe6d1b155229b3b3f1491 (patch)
treeb1949a39f0a01d22bd1eb52b72d4190ea229f7d6
parent645c6a1cf40b9075d7ff463239b1a40deca0effa (diff)
Remove a FIXME (parser is now generalised)
-rw-r--r--src/detector.c3
1 files changed, 0 insertions, 3 deletions
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 {