Skip to content

Commit

Permalink
added braces
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinf committed Apr 20, 2018
1 parent 0911aac commit a5d493e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dash/include/dash/halo/HaloMatrixWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,9 @@ class HaloMatrixWrapper {
* Initiates an asychronous halo region update for all halo elements.
*/
void update_async() {
for(auto& region : _region_data)
for(auto& region : _region_data) {
update_halo_intern(region.second);
}
}

/**
Expand Down

0 comments on commit a5d493e

Please sign in to comment.