Public Member Functions | |
| logical function | present_and_eq_integer (arg, val) |
| logical function | present_and_eq_real (arg, val) |
| logical function | present_and_eq_double (arg, val) |
Definition at line 70 of file dc_present.f90.
| logical function dc_present::present_and_eq::present_and_eq_double | ( | real(dp), intent(in), optional | arg, |
| real(dp), intent(in) | val | ||
| ) |
Check if arg is present and equals val (double precision version)
| [in] | arg | Optional double precision real argument |
| [in] | val | Value to compare |
Definition at line 262 of file dc_present.f90.
References dc_types::dp_eps.
| logical function dc_present::present_and_eq::present_and_eq_integer | ( | integer, intent(in), optional | arg, |
| integer, intent(in) | val | ||
| ) |
Check if arg is present and equals val (integer version)
| [in] | arg | Optional integer argument |
| [in] | val | Value to compare |
Definition at line 204 of file dc_present.f90.
| logical function dc_present::present_and_eq::present_and_eq_real | ( | real(sp), intent(in), optional | arg, |
| real(sp), intent(in) | val | ||
| ) |
Check if arg is present and equals val (single precision version)
| [in] | arg | Optional single precision real argument |
| [in] | val | Value to compare |
Definition at line 233 of file dc_present.f90.
References dc_types::sp_eps.