diff options
author | Thomas White <taw@physics.org> | 2011-06-07 17:41:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:27 +0100 |
commit | 150c54e977c2e4c638bfe6d1b155229b3b3f1491 (patch) | |
tree | b1949a39f0a01d22bd1eb52b72d4190ea229f7d6 | |
parent | 645c6a1cf40b9075d7ff463239b1a40deca0effa (diff) |
Remove a FIXME (parser is now generalised)
-rw-r--r-- | src/detector.c | 3 |
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 { |