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
MPIBP-Hummer
BioEM
Commits
4c6954bc
Commit
4c6954bc
authored
May 05, 2014
by
David Rohr
Browse files
Add debug option to reduce number of maps
parent
90ac5c0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
map.cpp
View file @
4c6954bc
...
...
@@ -185,6 +185,11 @@ int bioem_RefMap::readRefMaps(bioem_param& param)
fclose
(
fp
);
}
}
if
(
getenv
(
"BIOEM_DEBUG_NMAPS"
))
{
ntotRefMap
=
atoi
(
getenv
(
"BIOEM_DEBUG_NMAPS"
));
}
cout
<<
"Total Number of particles: "
<<
ntotRefMap
;
cout
<<
"
\n
+++++++++++++++++++++++++++++++++++++++++++
\n
"
;
...
...
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