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
e4bced5c
Commit
e4bced5c
authored
Aug 17, 2020
by
Pascal Palenda
Browse files
Adapt for this benchmark
parent
d29d63bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ITA/SimulationScheduler/scheduler.cpp
View file @
e4bced5c
...
...
@@ -166,6 +166,11 @@ namespace ITA
{
PROFILER_VALUE
(
"Removed Updates"
,
pendingUpdateIterator
->
second
->
GetID
(
)
);
auto
information
=
std
::
make_unique
<
CSimulationResult
>
(
);
information
->
eInformation
=
CSimulationResult
::
Information
::
removedUpdate
;
information
->
sPayload
=
std
::
to_string
(
pendingUpdateIterator
->
second
->
GetID
(
)
)
;
m_mPendingUpdates
[
pUpdate
->
GetReferenceID
(
)]
=
std
::
move
(
pUpdate
);
}
else
...
...
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