Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VACore
Commits
acd97fc5
Commit
acd97fc5
authored
Sep 04, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Little warning fixed2
parent
266bcfde
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Reproduction/Binaural/VANCTCReproduction.cpp
View file @
acd97fc5
...
...
@@ -187,7 +187,7 @@ int CVANCTCReproduction::CallObject( const CVAStruct& oArgs, CVAStruct& oReturn
if
(
oDebugArgs
[
"export_ctc_filters"
].
IsNumeric
())
m_iDebugExportCTCFilters
=
oDebugArgs
[
"export_ctc_filters"
];
if
(
oDebugArgs
.
HasKey
(
"export_ctc_filters_base_name"
)
)
m_sDebugExportCTCFiltersBaseName
=
oDebugArgs
[
"export_ctc_filters_base_name"
];
m_sDebugExportCTCFiltersBaseName
=
std
::
string
(
oDebugArgs
[
"export_ctc_filters_base_name"
]
)
;
}
}
...
...
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