mod_time::operator(*) Interface Reference

Public Member Functions

type(time) function time_x_int (MJD, int)
 
type(time) function time_x_long (MJD, long)
 
type(time) function time_x_flt (MJD, flt)
 
type(time) recursive function time_x_dbl (MJD, dbl)
 
type(time) function int_x_time (int, MJD)
 
type(time) function long_x_time (long, MJD)
 
type(time) function flt_x_time (flt, MJD)
 
type(time) function dbl_x_time (dbl, MJD)
 

Member Function/Subroutine Documentation

type(time) function mod_time::operator(*)::dbl_x_time ( real(dp), intent(in)  dbl,
type(time), intent(in)  MJD 
)
type(time) function mod_time::operator(*)::flt_x_time ( real(spa), intent(in)  flt,
type(time), intent(in)  MJD 
)
type(time) function mod_time::operator(*)::int_x_time ( integer, intent(in)  int,
type(time), intent(in)  MJD 
)
type(time) function mod_time::operator(*)::long_x_time ( integer(itime), intent(in)  long,
type(time), intent(in)  MJD 
)
type(time) recursive function mod_time::operator(*)::time_x_dbl ( type(time), intent(in)  MJD,
real(dp), intent(in)  dbl 
)
type(time) function mod_time::operator(*)::time_x_flt ( type(time), intent(in)  MJD,
real(spa), intent(in)  flt 
)
type(time) function mod_time::operator(*)::time_x_int ( type(time), intent(in)  MJD,
integer, intent(in)  int 
)
type(time) function mod_time::operator(*)::time_x_long ( type(time), intent(in)  MJD,
integer(itime), intent(in)  long 
)

The documentation for this interface was generated from the following file: