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

Public Member Functions

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

Detailed Description

Definition at line 460 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaxisinquire1()

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

Definition at line 461 of file gtool_history_generic.f90.

464 type(GT_HISTORY_AXIS),intent(in) :: axis
465 character(*) , intent(out), optional:: name ! 次元変数名
466 integer, intent(out), optional:: size ! 次元長 (配列サイズ)
467 character(*) , intent(out), optional:: longname ! 次元変数の記述的名称
468 character(*) , intent(out), optional:: units ! 次元変数の単位
469 character(*) , intent(out), optional:: xtype ! 次元変数の型

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