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
f296fc3e
Commit
f296fc3e
authored
Sep 27, 2011
by
Thomas White
Browse files
Comment out guide reflections mugwatch
parent
178c06c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partialator.c
View file @
f296fc3e
...
...
@@ -240,9 +240,9 @@ static void select_reflections_for_refinement(struct image *images, int n,
}
}
STATUS
(
"Image %4i: %i guide reflections accepted "
"(%i not scalable, %i few matches, %i total)
\n
"
,
i
,
n_acc
,
n_noscale
,
n_fewmatch
,
n_ref
);
//
STATUS("Image %4i: %i guide reflections accepted "
//
"(%i not scalable, %i few matches, %i total)\n",
//
i, n_acc, n_noscale, n_fewmatch, n_ref);
/* This would be a silly situation, since there must be a match
* if THIS pattern has a scalable part of the reflection! */
...
...
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