Skip to content

Commit

Permalink
Merge pull request #1659 from kliegeois/fix_documentation_typo
Browse files Browse the repository at this point in the history
Fix an error in Krylov Handle documentation

(cherry picked from commit 03180cd)
  • Loading branch information
lucbv authored and ndellingwood committed Feb 1, 2023
1 parent 33ae61a commit 9f37dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batched/sparse/src/KokkosBatched_Krylov_Handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class KrylovHandle {
Kokkos::deep_copy(first_index, first_index_host);
Kokkos::deep_copy(last_index, last_index_host);

// Default Classical GS
// Default modified GS
ortho_strategy = 1;
scratch_pad_level = 0;
compute_last_residual = true;
Expand Down

0 comments on commit 9f37dac

Please sign in to comment.