type(time) function mod_time::operator(/)::time_div_dbl |
( |
type(time), intent(in) |
MJD, |
|
|
real(dp), intent(in) |
dbl |
|
) |
| |
type(time) function mod_time::operator(/)::time_div_flt |
( |
type(time), intent(in) |
MJD, |
|
|
real(spa), intent(in) |
flt |
|
) |
| |
type(time) function mod_time::operator(/)::time_div_int |
( |
type(time), intent(in) |
MJD, |
|
|
integer, intent(in) |
int |
|
) |
| |
type(time) function mod_time::operator(/)::time_div_long |
( |
type(time), intent(in) |
MJD, |
|
|
integer(itime), intent(in) |
long |
|
) |
| |
The documentation for this interface was generated from the following file: