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
be3838b2
Commit
be3838b2
authored
Jun 17, 2011
by
Thomas White
Browse files
Fussiness
parent
72e508d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/geometry.c
View file @
be3838b2
...
...
@@ -310,8 +310,8 @@ static void select_scalable_reflections(RefList *list, ReflItemList *sc_l)
/* Calculate partialities and apply them to the image's raw_reflections,
*
returning
a ReflItemList of the currentl scalable (asymmetric)
reflections.
*/
*
while adding to
a ReflItemList of the currentl scalable (asymmetric)
* reflections.
*/
void
update_partialities
(
struct
image
*
image
,
const
char
*
sym
,
ReflItemList
*
scalable
,
int
*
n_expected
,
int
*
n_found
,
int
*
n_notfound
)
...
...
src/partialator.c
View file @
be3838b2
...
...
@@ -281,6 +281,7 @@ int main(int argc, char *argv[])
}
if
(
reference_file
!=
NULL
)
{
RefList
*
list
;
RefList
*
symmed
;
list
=
read_reflections
(
reference_file
);
...
...
@@ -402,6 +403,7 @@ int main(int argc, char *argv[])
" reflections.
\n
"
,
h
,
k
,
l
,
i
);
}
}
}
/* Iterate */
...
...
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