#include <stdio.h>#include <utils/utils.h>#include <sed/sed_sedflux.h>Go to the source code of this file.
Defines | |
| #define | FORGET_THIS_FOR_NOW |
Functions | |
| Sed_hydro | discharge_to_hydro_record (double q) |
| int | main (int argc, char *argv[]) |
| #define FORGET_THIS_FOR_NOW |
Definition at line 37 of file create_hydro.c.
| Sed_hydro discharge_to_hydro_record | ( | double | q | ) |
Definition at line 87 of file create_hydro.c.
References sed_hydro_new(), sed_hydro_set_bedload(), sed_hydro_set_depth(), sed_hydro_set_nth_concentration(), sed_hydro_set_velocity(), and sed_hydro_set_width().
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 38 of file create_hydro.c.
References discharge_to_hydro_record(), eh_check_opts(), eh_exit(), eh_get_opt_bool(), eh_get_opt_str(), eh_open_data_file(), eh_opts_init(), eh_symbol_table_lookup(), and help_msg.
1.5.2