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
64efe16a
Commit
64efe16a
authored
Jun 17, 2011
by
Thomas White
Browse files
Count properly (again)
parent
82f97b35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partialator.c
View file @
64efe16a
...
...
@@ -117,7 +117,7 @@ static void done_image(void *vqargs, void *task)
qargs
->
n_done
++
;
progress_bar
(
qargs
->
n_done
+
1
,
qargs
->
n_total_patterns
,
"Refining"
);
progress_bar
(
qargs
->
n_done
,
qargs
->
n_total_patterns
,
"Refining"
);
free
(
task
);
}
...
...
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