Skip to content

Commit

Permalink
Update examples/dynamic-forall.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Chen <[email protected]>
  • Loading branch information
artv3 and rchen20 authored Nov 26, 2024
1 parent 3ffbb0f commit 775e869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dynamic-forall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ int main(int argc, char *argv[])
});
// _rajaseq_vector_add_end

std::cout<<"Sum = "<<sum<<", expected sum: "<<N<<std::endl;
std::cout << "Sum = " << sum << ", expected sum: " << N << std::endl;
checkResult(c, N);
//printResult(c, N);

Expand Down

0 comments on commit 775e869

Please sign in to comment.