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
388a397d
Commit
388a397d
authored
Jun 29, 2011
by
Thomas White
Browse files
Check the right variable (whoops)
parent
d5f2f7ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partial_sim.c
View file @
388a397d
...
...
@@ -220,7 +220,7 @@ int main(int argc, char *argv[])
return
1
;
}
det
=
get_detector_geometry
(
geomfile
);
if
(
cell
==
NULL
)
{
if
(
det
==
NULL
)
{
ERROR
(
"Failed to read geometry from '%s'
\n
"
,
geomfile
);
return
1
;
}
...
...
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