Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
domain-world
RADIANT
Commits
4d01e2d0
Commit
4d01e2d0
authored
Jun 06, 2019
by
Dr. Carsten Kemena
Browse files
removed cout
parent
4f794682
Pipeline
#43942
passed with stage
in 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/radiant.cpp
View file @
4d01e2d0
...
...
@@ -260,7 +260,6 @@ main(int argc, char const *argv[])
{
std
::
string
in_string
,
out_string
;
fs
::
path
inFile
,
databaseFile
;
std
::
cout
<<
argv
[
2
]
<<
"
\n
"
;
//int nThreads;
po
::
options_description
allOpts
(
"radiant "
+
radiantVersion
+
" (C) 2017 Carsten Kemena
\n
This program comes with ABSOLUTELY NO WARRANTY;
\n\n
Allowed options are displayed below."
);
po
::
options_description
general
(
"General options"
);
...
...
@@ -324,7 +323,6 @@ main(int argc, char const *argv[])
inFile
=
in_string
;
outFile
=
out_string
;
//std::cout << "WHAT: " << in << " " << inFile << "\n";
//omp_set_num_threads(nThreads);
BSDL
::
SequenceSet
<
BSDL
::
Sequence
<>
>
seqSet
;
...
...
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