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
79a50340
Commit
79a50340
authored
Jul 14, 2020
by
Pascal Palenda
Browse files
Beautification
parent
5ad87873
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ITA/simulation_scheduler/room_acoustics/master_simulation_controller.cpp
View file @
79a50340
...
...
@@ -168,8 +168,8 @@ namespace ITA
{
// We make three copies of the update message, one for each scheduler.
m_pDSScheduler
->
postUpdate
(
std
::
make_unique
<
CUpdateScene
>
(
*
rawUpdateScene
)
);
m_pDDScheduler
->
postUpdate
(
std
::
make_unique
<
CUpdateScene
>
(
*
rawUpdateScene
)
);
m_pERScheduler
->
postUpdate
(
std
::
make_unique
<
CUpdateScene
>
(
*
rawUpdateScene
)
);
m_pDDScheduler
->
postUpdate
(
std
::
make_unique
<
CUpdateScene
>
(
*
rawUpdateScene
)
);
}
else
{
...
...
@@ -177,8 +177,8 @@ namespace ITA
// We make three copies of the update message, one for each scheduler.
m_pDSScheduler
->
postUpdate
(
std
::
make_unique
<
CUpdateConfig
>
(
*
rawUpdateConfig
)
);
m_pDDScheduler
->
postUpdate
(
std
::
make_unique
<
CUpdateConfig
>
(
*
rawUpdateConfig
)
);
m_pERScheduler
->
postUpdate
(
std
::
make_unique
<
CUpdateConfig
>
(
*
rawUpdateConfig
)
);
m_pDDScheduler
->
postUpdate
(
std
::
make_unique
<
CUpdateConfig
>
(
*
rawUpdateConfig
)
);
}
}
PROFILER_END_SECTION
(
);
...
...
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