seq | 処理対象の構造体。
予め関数get_imsequence_memoryを用いて
メンバvalueの配列の動的メモリ確保と
他のメンバの値の設定を済ませておくこと。
関数内でseq.valueの全配列要素の値が0.0になる。 The target structure, for which the dynamic memory for the array of member value has to be allocated and the values of all other members has to be set before the function call. Within the function, the value of 0.0 is set to all array components of seq.value. |