gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gtool_history_generic::historyaxiscopy Interface Reference

Public Member Functions

subroutine historyaxiscopy1 (axis_dest, axis_src, err, name, length, longname, units, xtype)
 

Detailed Description

Definition at line 335 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaxiscopy1()

subroutine gtool_history_generic::historyaxiscopy::historyaxiscopy1 ( 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 336 of file gtool_history_generic.f90.

339 type(GT_HISTORY_AXIS),intent(out) :: axis_dest ! コピー先 GT_HISTORY_AXIS
340 type(GT_HISTORY_AXIS),intent(in) :: axis_src ! コピー元 GT_HISTORY_AXIS
341 logical, intent(out), optional :: err
342 character(*) , intent(in), optional:: name ! 次元変数名
343 integer, intent(in), optional:: length ! 次元長 (配列サイズ)
344 character(*) , intent(in), optional:: longname ! 次元変数の記述的名称
345 character(*) , intent(in), optional:: units ! 次元変数の単位
346 character(*) , intent(in), optional:: xtype ! 次元変数の型

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