Return list of variables as character array pointer . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | hstnmlinfogetnames (gthstnml, varnames_ary, err) |
Return list of variables as character array pointer
.
Definition in file hstnmlinfogetnames.f90.
| subroutine hstnmlinfogetnames | ( | type(gthst_nmlinfo), intent(in) | gthstnml, |
| character(token), dimension(:), pointer | varnames_ary, | ||
| logical, intent(out), optional | err ) |
Return list of registered variable identifiers as character array pointer
List of variables registered in gthstnml is returned to character array pointer. Nullify varnames_ary before it is given to this subroutine.
If gthstnml is not initialized by HstNmlInfoCreate yet, error is occurred.
| [in] | gthstnml | gtool_history_nmlinfo_types::GTHST_NMLINFO 型変数 |
| [out] | varnames_ary | 変数名の配列ポインタ. Character array pointer of variable names. |
| [out] | err | 例外処理用フラグ. Exception handling flag. |
Definition at line 40 of file hstnmlinfogetnames.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), dc_types::string, and dc_types::token.