tws_count_source マニュアル

(The documentation of function tws_count_source)

Last Update: 2021/12/8


◆機能・用途(Purpose)

地震波動ソースの設定ファイルに書かれているソースの個数をカウントする。
Count the number of sources written in a configuration file for seismic wave sources.


◆形式(Format)

#include <tws/source.h>
inline int tws_count_source(const char ∗source_file)


◆引数(Arguments)

source_file 読み込む地震波動ソースの設定ファイル名。
The name of the configuration file for seismic wave sources to read.


◆戻り値(Return value)

ソースの個数。 引数source_fileで指定したファイル中の 「newsource 」から始まる行の数としてカウントする。
The number of sources, counted as the number of lines starting with “newsource ” in the file specified by argument source_file.


◆使用例(Example)

int Nsource=tws_count_source("source.ini");