#include <my_processes.h>
Public Attributes | |
double | last_k |
double | last_time |
double | alpha |
double | beta |
double | fraction |
gboolean | average_non_events |
GRand * | rand |
Eh_input_val | wave_height |
guint32 | rand_seed |
Definition at line 394 of file my_processes.h.
double Storm_t::last_k |
Definition at line 396 of file my_processes.h.
double Storm_t::last_time |
Definition at line 397 of file my_processes.h.
Referenced by init_storm(), init_storm_data(), and run_storm().
double Storm_t::alpha |
Definition at line 398 of file my_processes.h.
double Storm_t::beta |
Definition at line 399 of file my_processes.h.
double Storm_t::fraction |
gboolean Storm_t::average_non_events |
GRand* Storm_t::rand |
Definition at line 402 of file my_processes.h.
Referenced by destroy_storm(), init_storm(), and init_storm_data().
Eh_input_val Storm_t::wave_height |
Definition at line 403 of file my_processes.h.
Referenced by destroy_storm(), init_storm(), and run_storm().
guint32 Storm_t::rand_seed |