関数TF_initialize_flag マニュアル

(The documentation of function TF_initialize_flag)

Last Update: 2022/8/31


◆機能・用途(Purpose)

フラグ一式を初期化する。
Initialize the flags.


◆形式(Format)

#include "FDM_1D_vertical_sub/parameters.h"
inline struct TF_flag TF_initialize_flag(void)


◆戻り値(Return value)

初期化済みのフラグ一式を格納した構造体。 戻り値のメンバの値は以下のようになる。
A structure composed of the flags initialized. The values of members of the return value are as follows.

戻り値のメンバ
Member of the return value

Value
structure_file_format_specified 0
structure_file_specified 0
station_z_specified 0
inputfile_specified 0
outputfile_specified 0
outputfile_station_specified 0
outputdir_snapshot_specified 0
dz_specified 0
dt_specified 0
dt_snapshot_specified 0
tmax_specified 0