Skip to main content

GetPreconditionOption

Get the precondition option.

Interface

INTERFACE
MODULE PURE FUNCTION GetPreconditionOption(obj) RESULT(Ans)
CLASS(LinSolverLis_), INTENT(IN) :: obj
INTEGER(I4B) :: ans
END FUNCTION GetPreconditionOption
END INTERFACE