|
|
|
@ -91,9 +91,9 @@ module amg_c_ainv_solver
|
|
|
|
|
import :: psb_desc_type, psb_cspmat_type, psb_c_base_sparse_mat, &
|
|
|
|
|
& amg_c_base_solver_type, psb_dpk_, amg_c_ainv_solver_type, psb_ipk_
|
|
|
|
|
Implicit None
|
|
|
|
|
class(amg_c_ainv_solver_type), intent(inout) :: sv
|
|
|
|
|
class(amg_c_base_solver_type), allocatable, intent(inout) :: svout
|
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
|
class(amg_c_ainv_solver_type), intent(inout) :: sv
|
|
|
|
|
class(amg_c_base_solver_type), intent(inout) :: svout
|
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
|
end subroutine amg_c_ainv_solver_clone_settings
|
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|