Skip to content

Commit

Permalink
#1469: lb: fix a small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 13, 2021
1 parent a745178 commit d2091f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vt/vrt/collection/balance/node_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ void NodeStats::outputStatsForPhase(PhaseType phase) {
return;
}

vtAssertExpr(stats_file_ != nullptr);

vt_print(lb, "NodeStats::outputStatsForPhase: phase={}\n", phase);

#if CSV_STAT_FILE
vtAssertExpr(stats_file_ != nullptr);

for (auto&& elm : node_data_.at(phase)) {
ElementIDStruct id = elm.first;
TimeType time = elm.second;
Expand Down

0 comments on commit d2091f4

Please sign in to comment.