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

Public Member Functions

subroutine historyaxiscreate1 (axis, name, size, longname, units, xtype)
 

Detailed Description

Definition at line 231 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaxiscreate1()

subroutine gtool_history_generic::historyaxiscreate::historyaxiscreate1 ( type(gt_history_axis), intent(out)  axis,
character(*), intent(in)  name,
integer, intent(in)  size,
character(*), intent(in)  longname,
character(*), intent(in)  units,
character(*), intent(in)  xtype 
)

Definition at line 232 of file gtool_history_generic.f90.

235 type(GT_HISTORY_AXIS),intent(out) :: axis
236 character(*) , intent(in):: name ! 次元変数名
237 integer, intent(in):: size ! 次元長 (配列サイズ)
238 character(*) , intent(in):: longname ! 次元変数の記述的名称
239 character(*) , intent(in):: units ! 次元変数の単位
240 character(*) , intent(in):: xtype ! 次元変数の型

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