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
Oleksii Turkot
CrystFEL
Commits
e39c7d93
Commit
e39c7d93
authored
Mar 16, 2011
by
Thomas White
Browse files
Fussiness
parent
3c1a8352
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/pattern_sim.c
View file @
e39c7d93
...
...
@@ -528,7 +528,8 @@ int main(int argc, char *argv[])
image
.
twotheta
=
NULL
;
cell_get_parameters
(
cell
,
&
a
,
&
b
,
&
c
,
&
d
,
&
d
,
&
d
);
STATUS
(
"Particle size = %i x %i x %i (=%5.2f x %5.2f x %5.2f nm)
\n
"
,
STATUS
(
"Particle size = %i x %i x %i"
" ( = %5.2f x %5.2f x %5.2f nm)
\n
"
,
na
,
nb
,
nc
,
na
*
a
/
1.0e-9
,
nb
*
b
/
1.0e-9
,
nc
*
c
/
1.0e-9
);
if
(
config_gpu
)
{
...
...
src/stream.c
View file @
e39c7d93
...
...
@@ -89,7 +89,6 @@ int parse_stream_flags(const char *a)
free
(
flags
);
return
ret
;
}
...
...
@@ -183,7 +182,6 @@ static int read_reflections(FILE *fh, struct image *image)
/* Got read error of some kind before finding PEAK_LIST_END_MARKER */
return
1
;
}
...
...
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