Skip to content

Commit 7c21037

Browse files
authored
remove log-style printf from NewtonSolve (kokkos#2549)
Signed-off-by: Carl Pearson <[email protected]>
1 parent 5d50a11 commit 7c21037

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ode/impl/KokkosODE_Newton_impl.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ KOKKOS_FUNCTION KokkosODE::Experimental::newton_solver_status NewtonSolve(
9393
}
9494

9595
if (linSolverStat == 1) {
96-
Kokkos::printf("NewtonFunctor: Linear solve gesv returned failure! \n");
9796
return newton_solver_status::LIN_SOLVE_FAIL;
9897
}
9998

0 commit comments

Comments
 (0)