スライス次元数の取得 (未実装) More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gtvarslicendims (var, ndims, shape, err) |
スライス次元数の取得 (未実装)
Definition in file gtvarslicendims.f90.
| subroutine gtvarslicendims | ( | type(gt_variable), intent(inout) | var, |
| integer, intent(in) | ndims, | ||
| integer, dimension(:), intent(in), optional | shape, | ||
| logical, intent(out), optional | err | ||
| ) |
スライス次元数の取得
| [in,out] | var | 変数ハンドル |
| [in] | ndims | 次元数 |
| [in] | shape | 形状配列 (省略可能) |
| [out] | err | エラーフラグ (省略可能) |
Definition at line 36 of file gtvarslicendims.f90.