openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <bench_utils.h>
Public Attributes | |
opencarp::FILE_SPEC | hdls [NUM_IMP_DATA_TYPES+1] |
array of file handles to gvec output files More... | |
char * | fn [NUM_IMP_DATA_TYPES+1] |
array to store file names More... | |
int | dtype [NUM_IMP_DATA_TYPES+1] |
data type More... | |
int | n_dumps |
keep track of number of dumped time slices More... | |
Definition at line 56 of file bench_utils.h.
int limpet::GVEC_DUMP::dtype[NUM_IMP_DATA_TYPES+1] |
data type
Definition at line 59 of file bench_utils.h.
char* limpet::GVEC_DUMP::fn[NUM_IMP_DATA_TYPES+1] |
array to store file names
Definition at line 58 of file bench_utils.h.
opencarp::FILE_SPEC limpet::GVEC_DUMP::hdls[NUM_IMP_DATA_TYPES+1] |
array of file handles to gvec output files
Definition at line 57 of file bench_utils.h.
int limpet::GVEC_DUMP::n_dumps |
keep track of number of dumped time slices
Definition at line 60 of file bench_utils.h.