Skip to content

Commit

Permalink
#1501: example: remove commented line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Aug 2, 2021
1 parent 7d99e73 commit dc19e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/collection/insertable_collection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ int main(int argc, char** argv) {

auto range = vt::Index1D(num_elms);
auto proxy = vt::makeCollection<InsertCol>()
// .bounds(range)
.dynamicMembership(true)
.collective(true)
.wait();
Expand Down

0 comments on commit dc19e79

Please sign in to comment.