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
MPIBP-Hummer
BioEM
Commits
8652ab17
Commit
8652ab17
authored
Jun 30, 2017
by
Luka Stanisic
Browse files
comments to clarify recalibration
parent
40e9db4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bioem.cpp
View file @
8652ab17
...
...
@@ -14,7 +14,9 @@
#ifdef WITH_MPI
#include
<mpi.h>
/* Recalibrate every X projections */
#define RECALIB_FACTOR 200
/* After how many comparison iterations, comparison duration becomes stable */
#define FIRST_STABLE 7
#define STABLE_ITERATION(i) (i % (FIRST_STABLE + 1) == FIRST_STABLE)
...
...
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