Skip to content
GitLab
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
8e290108
Commit
8e290108
authored
Feb 08, 2010
by
Thomas White
Browse files
Stop after the right number (fix iteration counting again)
parent
687eed46
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pattern_sim.c
View file @
8e290108
...
...
@@ -307,7 +307,7 @@ int main(int argc, char *argv[])
ndone
++
;
if
(
n_images
&&
(
ndone
>
n_images
)
)
done
=
1
;
if
(
n_images
&&
(
ndone
>
=
n_images
)
)
done
=
1
;
}
while
(
!
done
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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