Definition at line 57 of file dc_present.f90.
◆ present_and_ne_double()
logical function dc_present::present_and_ne::present_and_ne_double |
( |
real(dp), intent(in), optional |
arg, |
|
|
real(dp), intent(in) |
val |
|
) |
| |
|
private |
Definition at line 256 of file dc_present.f90.
261 real(DP),
intent(in),
optional :: arg
262 real(DP),
intent(in) :: val
264 if(
present(arg))
then
◆ present_and_ne_integer()
logical function dc_present::present_and_ne::present_and_ne_integer |
( |
integer, intent(in), optional |
arg, |
|
|
integer, intent(in) |
val |
|
) |
| |
|
private |
Definition at line 216 of file dc_present.f90.
221 integer,
intent(in),
optional :: arg
222 integer,
intent(in) :: val
224 if(
present(arg))
then
◆ present_and_ne_real()
logical function dc_present::present_and_ne::present_and_ne_real |
( |
real, intent(in), optional |
arg, |
|
|
real, intent(in) |
val |
|
) |
| |
|
private |
Definition at line 236 of file dc_present.f90.
241 real,
intent(in),
optional :: arg
242 real,
intent(in) :: val
244 if(
present(arg))
then
The documentation for this interface was generated from the following file: