Skip to content

Commit

Permalink
basic formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Dec 29, 2024
1 parent adb0349 commit 09b76db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plugin/raja-forall-caliper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main(int RAJA_UNUSED_ARG(argc), char **RAJA_UNUSED_ARG(argv[]))
std::memcpy( a, a0, N * sizeof(double) );
{
timer.start();
CALI_CXX_MARK_SCOPE(" C-version elapsed time");
CALI_CXX_MARK_SCOPE("C-version elapsed time");
for (int i = 0; i < N; ++i) {
a[i] += b[i] * c;
}
Expand Down

0 comments on commit 09b76db

Please sign in to comment.