Skip to content

Commit

Permalink
use nnz_scalar_t instead of scalar_t_
Browse files Browse the repository at this point in the history
  • Loading branch information
iyamazaki committed Mar 29, 2021
1 parent 5c66502 commit b23a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/KokkosKernels_Handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ class KokkosKernelsHandle
}
// ---------------------------------------- //
// Specify damping factor of inner sweeps for two-stage Gauss-Seidel
void set_gs_set_inner_damp_factor (scalar_t_ damp_factor) {
void set_gs_set_inner_damp_factor (nnz_scalar_t damp_factor) {
auto gs2 = get_twostage_gs_handle();
gs2->setInnerDampFactor (damp_factor);
}
Expand Down

0 comments on commit b23a8d9

Please sign in to comment.