diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2016-05-20 00:22:09 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-05-20 09:40:18 +0200 |
commit | 984ba3a87edddbe223f4597d322d21971c704c1e (patch) | |
tree | d13b895bc97c414ccff57a8193eb788bfb748448 /libcrystfel | |
parent | 7f4f953cf57cdc6e87f06f5651adc573f8af7be0 (diff) |
Fixed problem with parsing of geometry file
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/detector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index debb64fb..610da657 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -2201,6 +2201,7 @@ int write_detector_geometry_2(const char *geometry_filename, if ( n_bits != 3 ) { if ( strstr(bits[0], "coffset" ) != NULL && write_panel_coffset ) { + lno++; continue; } else { fputs(lines[lno], fh); |