(The documentation of function get_initialized_traveltime_array)
Last Update: 2025/8/7
◆機能・用途(Purpose)
初期化済みの走時データ(struct traveltime_data型構造体)の配列を作成する。
Create an array of initialized travel time data
(struct traveltime_data-type structures)
◆形式(Format)
#include <traveltime/initialize.h>
inline struct traveltime_data ∗get_initialized_traveltime_array
(const int Nstations)
◆引数(Arguments)
Nstations
観測点数。
The number of stations.
◆戻り値(Return value)
初期化したstruct traveltime_data型配列。
各メンバの値を以下の通り設定したstruct traveltime_data型構造体
から成る配列を返す。
An array composed of “struct traveltime_data”-type structures
whose members are set as follows.