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)
ITASimulationScheduler
Commits
a24f25fb
Commit
a24f25fb
authored
Jul 31, 2020
by
Pascal Palenda
Browse files
Fix bug with config
parent
45e32fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ITA/simulation_scheduler/audibility_filter/filter_network.cpp
View file @
a24f25fb
...
...
@@ -68,7 +68,7 @@ namespace ITA
filterConfig
=
std
::
make_shared
<
CZoneFilter
::
ZoneFilterConfig
>
(
);
if
(
type
==
CPerceptiveRotationFilter
::
getType
(
)
)
filterConfig
=
std
::
make_shared
<
C
Z
on
e
Filter
::
Z
on
e
FilterConfig
>
(
);
filterConfig
=
std
::
make_shared
<
C
PerceptiveRotati
onFilter
::
PerceptiveRotati
onFilterConfig
>
(
);
filterConfig
->
load
(
configProperties
);
vpFilterConfigs
.
push_back
(
filterConfig
);
...
...
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