Deallocate
Deallocate the memory occupied by the abstract lin solver.
Interface
INTERFACE
  SUBROUTINE Deallocate(obj)
    CLASS(LinSolverLis_), INTENT(INOUT) :: obj
  END SUBROUTINE Deallocate
END INTERFACE
Deallocate the memory occupied by the abstract lin solver.
INTERFACE
  SUBROUTINE Deallocate(obj)
    CLASS(LinSolverLis_), INTENT(INOUT) :: obj
  END SUBROUTINE Deallocate
END INTERFACE