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

Public Member Functions

subroutine assign_probe (A, B)
 

Detailed Description

Definition at line 110 of file mod_probe.f90.

Member Function/Subroutine Documentation

◆ assign_probe()

subroutine probes::assignment(=)::assign_probe ( type(probe_obj), intent(out)  A,
type(probe_obj), intent(in)  B 
)

Definition at line 210 of file mod_probe.f90.

210  IMPLICIT NONE
211  TYPE(PROBE_OBJ), INTENT(OUT) ::A
212  TYPE(PROBE_OBJ), INTENT(IN) ::B
213 
214  a%MINE = b%MINE
215  a%O_INT = b%O_INT
216  a%O_NEXT = b%O_NEXT
217  a%O_NUM = b%O_NUM
218  a%D_LOC = b%D_LOC
219  a%D_LOC_GL = b%D_LOC_GL
220  a%K_ONE = b%K_ONE
221  a%K_TWO = b%K_TWO
222  a%xloc = b%xloc
223  a%yloc = b%yloc
224  a%lonloc = b%lonloc
225  a%latloc = b%latloc
226  a%dpth = b%dpth
227  a%D_TIT = b%D_TIT
228  a%D_DES = b%D_DES
229  a%VAR = b%VAR
230  a%VNAME = b%VNAME
231  a%FILENAME = b%FILENAME
232 
233  a%VEC =>b%VEC
234  a%SCL =>b%SCL
235 

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