Skip to content

Commit

Permalink
#276: example: small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 13, 2023
1 parent 979c52f commit d671855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world/hello_world_collection_reduce.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
/// [Hello world reduce collection]
struct Hello : vt::Collection<Hello, vt::Index1D> {
void done(int val, double val2) {
fmt::print("Reduce complete at {} value {} {}\n", getIndex(), val, val2);
fmt::print("Reduce complete at {} values {} {}\n", getIndex(), val, val2);
}

void doWork() {
Expand Down

0 comments on commit d671855

Please sign in to comment.