Displaying 1 result from an estimated 1 matches for "use_random_error".
2004 Mar 17
1
best methods for strings and structures?
...;m currently writing wrapper functions for file i/o and return an object
(list?) that contains the elements of the C structure. For example, reading
a file that contains:
struct CONFIG_RECORD
{
char coeffs_filename[256];
char species_filename[256];
unsigned long use_random_error;
unsigned long random_seed;
unsigned long endemic_mortality;
unsigned long sdi_mortality;
unsigned long file_in_format;
unsigned long file_out_format;
double fixed_plot_radius;
double min_prism_dbh;
double baf;
unsigned long...