gtdata_generic::exch_dim Interface Reference

Public Member Functions

subroutine gtvarexchdim (var, dimord1, dimord2, count_compact, err)
 

Detailed Description

Definition at line 485 of file gtdata_generic.f90.

Member Function/Subroutine Documentation

◆ gtvarexchdim()

subroutine gtdata_generic::exch_dim::gtvarexchdim ( type(gt_variable), intent(in)  var,
integer, intent(in)  dimord1,
integer, intent(in)  dimord2,
logical, intent(in), optional  count_compact,
logical, intent(out)  err 
)

Definition at line 487 of file gtdata_generic.f90.

487  use gtdata_types, only: gt_variable
488  type(gt_variable), intent(in):: var
489  integer, intent(in):: dimord1, dimord2
490  logical, intent(in), optional:: count_compact
491  logical, intent(out):: err

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