|
Layers
Diffusion in heterogeneous environments
|
Extra functions that are useful for 3layer. More...
#include "header.h"
Go to the source code of this file.
Functions | |
| void | error (char *errorstring,...) |
| Print an error message to stderr and exit with status EXIT_FAILURE. More... | |
| void | print_usage (char *program) |
| Print usage message and exit with status EXIT_FAILURE. More... | |
| double * | create_array (int N, char *string) |
| Create an array of doubles of the specified size. More... | |
Extra functions that are useful for 3layer.
Definition in file extras.c.
| double* create_array | ( | int | N, |
| char * | string | ||
| ) |
Create an array of doubles of the specified size.
Also initialize the array to all 0.
| [in] | N | Number of elements in array |
| [in] | string | String containing a description of the array (for debugging purposes) |
Definition at line 105 of file extras.c.

| void error | ( | char * | errorstring, |
| ... | |||
| ) |
1.8.11