Public Member Functions | |
| subroutine | historyaxiscopy2 (axis_dest, axis_src, err, name, length, longname, units, xtype) | 
| subroutine | historyvarinfocopy2 (varinfo_dest, varinfo_src, err, name, dims, longname, units, xtype) | 
Private Member Functions | |
| subroutine | historycopy2 (hist_dest, file, hist_src, title, source, institution, origin, interval, conventions, gt_version) | 
Definition at line 319 of file gtool_history_generic.f90.
| subroutine gtool_history_generic::copy::historyaxiscopy2 | ( | type(gt_history_axis), intent(out) | axis_dest, | 
| type(gt_history_axis), intent(in) | axis_src, | ||
| logical, intent(out), optional | err, | ||
| character(*), intent(in), optional | name, | ||
| integer, intent(in), optional | length, | ||
| character(*), intent(in), optional | longname, | ||
| character(*), intent(in), optional | units, | ||
| character(*), intent(in), optional | xtype | ||
| ) | 
Definition at line 335 of file gtool_history_generic.f90.
      
  | 
  private | 
Definition at line 324 of file gtool_history_generic.f90.
| subroutine gtool_history_generic::copy::historyvarinfocopy2 | ( | type(gt_history_varinfo), intent(out) | varinfo_dest, | 
| type(gt_history_varinfo), intent(in) | varinfo_src, | ||
| logical, intent(out), optional | err, | ||
| character(*), intent(in), optional | name, | ||
| character(*), dimension(:), intent(in), optional, target | dims, | ||
| character(*), intent(in), optional | longname, | ||
| character(*), intent(in), optional | units, | ||
| character(*), intent(in), optional | xtype | ||
| ) | 
Definition at line 348 of file gtool_history_generic.f90.