My Project
Public Member Functions | List of all members
mod_time::assignment(=) Interface Reference

Public Member Functions

subroutine assign_time (A, B)
 

Detailed Description

Definition at line 73 of file mod_time.f90.

Member Function/Subroutine Documentation

◆ assign_time()

subroutine mod_time::assignment(=)::assign_time ( type(time), intent(out)  A,
type(time), intent(in)  B 
)

Definition at line 1096 of file mod_time.f90.

1096  IMPLICIT NONE
1097  TYPE(TIME), INTENT(OUT) ::A
1098  TYPE(TIME), INTENT(IN) ::B
1099 
1100  a%MJD = b%MJD
1101  a%MUSOD = b%MUSOD
1102 

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