Skip to content

Commit 4c9d4c3

Browse files
committed
tests/matrix_free_kokkos/tensor_01 add OK
inspired by dealii#18530 (comment)
1 parent e2c610b commit 4c9d4c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/matrix_free_kokkos/tensor_01.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ main()
6363

6464
Kokkos::finalize();
6565

66+
deallog << "OK" << std::endl;
6667
return 0;
6768
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11

2+
DEAL::OK

0 commit comments

Comments
 (0)