diff options
author | Thomas White <taw@physics.org> | 2010-04-23 18:23:52 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-23 18:23:52 +0200 |
commit | e928b579334eb9e889c241d5bfe8e63cf027a3d2 (patch) | |
tree | 20dfafaef0396d399b48b47ac3b62b381b8cfec3 /src | |
parent | 98671482d165f798f604c0271c68297011860ec1 (diff) |
process_hkl: Use new input file format
Diffstat (limited to 'src')
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 4982961d..a2596df3 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -298,7 +298,7 @@ int main(int argc, char *argv[]) int r; rval = fgets(line, 1023, fh); - if ( strncmp(line, "New pattern", 11) == 0 ) { + if ( strncmp(line, "Reflections from indexing", 25) == 0 ) { if ( n_patterns == 0 ) { n_patterns++; |