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
khalid
radsex
Commits
c6549777
Commit
c6549777
authored
Feb 24, 2020
by
Romain Feron
Browse files
Typo fix in logs for process
parent
3e6a01a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/process.cpp
View file @
c6549777
...
...
@@ -107,7 +107,7 @@ void process(Parameters& parameters) {
for
(
auto
&
i
:
individuals
)
output_file
<<
"
\t
"
<<
i
;
output_file
<<
"
\n
"
;
log
(
"
**
Writing marker depths to output file"
);
log
(
"Writing marker depths to output file"
);
uint
id
=
0
;
bool
print
=
true
;
...
...
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