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
Gauthier Quesnel
irritator
Commits
c18978ee
Commit
c18978ee
authored
Jul 02, 2020
by
Gauthier Quesnel
Browse files
auditory: fix exception output
parent
ae26f4b4
Pipeline
#14905
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/test/auditory.cpp
View file @
c18978ee
...
...
@@ -123,8 +123,7 @@ vector<vector<double>> parse2DCsvFile(string inputFileName) {
}
catch
(
const
std
::
invalid_argument
e
)
{
cout
<<
"NaN found in file "
<<
inputFileName
<<
" line "
<<
l
<<
endl
;
e
.
what
();
<<
' '
<<
e
.
what
()
<<
endl
;
}
}
...
...
Write
Preview
Markdown
is supported
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