#include <stdio.h>
#include <math.h>
#include <string.h>
#include <unistd.h>
#include <utils/utils.h>
#include "bio.h"
Go to the source code of this file.
Functions | |
G_GNUC_INTERNAL double ** | bio_scan_column_file (const gchar *file, gint *n_grains, gint *n_layers, GError **error) |
G_GNUC_INTERNAL gint | bio_print_output (const gchar *file, double **col, gint n_grains, gint n_layers, GError **error) |
G_GNUC_INTERNAL gint | bio_print_layers (const gchar *file, double **col, gint n_layers, GError **error) |
gint | main (int argc, char *argv[]) |
gint bio_print_layers | ( | const gchar * | file, | |
double ** | col, | |||
gint | n_layers, | |||
GError ** | error | |||
) |
Definition at line 145 of file bio_main.c.
References eh_dlm_print(), and eh_return_val_if_fail.
Referenced by main().
gint bio_print_output | ( | const gchar * | file, | |
double ** | col, | |||
gint | n_grains, | |||
gint | n_layers, | |||
GError ** | error | |||
) |
Definition at line 161 of file bio_main.c.
References eh_dlm_print_swap(), and eh_return_val_if_fail.
double ** bio_scan_column_file | ( | const gchar * | file, | |
gint * | n_grains, | |||
gint * | n_layers, | |||
GError ** | error | |||
) |
Definition at line 130 of file bio_main.c.
References eh_dlm_read_swap(), and eh_return_val_if_fail.
gint main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 62 of file bio_main.c.
References bio_conveyor_layers(), bio_diffuse_layers(), BIO_MAJOR_VERSION, BIO_MICRO_VERSION, BIO_MINOR_VERSION, bio_print_layers(), BIO_PROGRAM_NAME, eh_dbl_array_set(), eh_exit(), eh_fprint_version_info(), eh_free_2, eh_init_glib(), eh_new, S_SECONDS_PER_DAY, and S_SECONDS_PER_YEAR.