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
8cbe3b3e
Commit
8cbe3b3e
authored
Feb 28, 2012
by
Thomas White
Browse files
partial_sim: Lock reflection while increasing the number of "measurements"
parent
83632f0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partial_sim.c
View file @
8cbe3b3e
...
...
@@ -125,8 +125,10 @@ static void calculate_partials(RefList *partial, double osf,
}
else
{
If
=
get_intensity
(
rfull
);
if
(
random_intensities
)
{
lock_reflection
(
rfull
);
int
red
=
get_redundancy
(
rfull
);
set_redundancy
(
rfull
,
red
+
1
);
unlock_reflection
(
rfull
);
}
}
...
...
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