aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-04-23 18:23:52 +0200
committerThomas White <taw@physics.org>2010-04-23 18:23:52 +0200
commite928b579334eb9e889c241d5bfe8e63cf027a3d2 (patch)
tree20dfafaef0396d399b48b47ac3b62b381b8cfec3 /src/process_hkl.c
parent98671482d165f798f604c0271c68297011860ec1 (diff)
process_hkl: Use new input file format
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c2
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++;