Skip to content

Commit

Permalink
Link issue in Series::advance
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Oct 4, 2019
1 parent 02ce559 commit 2ed7dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Series.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Series::advance( AdvanceMode mode )
{
// capture this by reference since the destructor will issue a
// flush
// TODO: open an issue and link it here
// https://github.com/openPMD/openPMD-api/issues/534
std::packaged_task< AdvanceStatus( AdvanceStatus ) >
postProcessing( [this]( AdvanceStatus status ) mutable {
bool previous = this->iterations.written;
Expand Down

0 comments on commit 2ed7dea

Please sign in to comment.