~arctic+fox/tundra-wolf/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Source code for Numerical Recipes Utilities header
 *      from section 1.0 of Numerical Recipes in C, 2nd Edition
 *		by William H. Press, Saul A. Teukolsky, William T. Vetterling,
 *		   Brian P. Flannery
 *		ISBN: 0-521-43108-5
 */

#ifndef NR2ED_UTILS_H
#define NR2ED_UTILS_H

void nrerror (char * error_text);

#endif // NR2ED_UTILS_H