Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
edd42122
Commit
edd42122
authored
Jul 23, 2012
by
Thomas White
Browse files
process_hkl: Make --stop-after work
parent
bbb79123
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/process_hkl.c
View file @
edd42122
...
...
@@ -309,6 +309,10 @@ static void merge_all(FILE *fh, RefList *model, RefList *reference,
progress_bar
(
n_patterns
,
n_total_patterns
-
config_startafter
,
"Merging"
);
if
(
config_stopafter
)
{
if
(
n_patterns
==
config_stopafter
)
break
;
}
}
while
(
rval
==
0
);
for
(
refl
=
first_refl
(
model
,
&
iter
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment