Nemo  2.4.2
Simulate forward-in-time genetic evolution in a spatially explicit, individual-based stochastic simulator
output.h
Go to the documentation of this file.
1 
28 #ifndef OUTPUTS_H
29 #define OUTPUTS_H
30 
31 #include <cstdlib>
32 
33 #ifdef _R_OUTPUT_
34 #include <R.h>
35 #endif
36 
37 extern bool SILENT_RUN;
38 
39 extern void message (const char* message, ...);
40 extern void warning (const char* message, ...);
41 extern int error (const char* message, ...);
42 extern void fatal (const char* message, ...);
43 extern void abort ();
44 
45 #endif
int error(const char *message,...)
Definition: output.cc:77
void warning(const char *message,...)
Definition: output.cc:56
bool SILENT_RUN
Definition: output.cc:35
void fatal(const char *message,...)
Definition: output.cc:98
void abort()
Definition: output.cc:119
void message(const char *message,...)
Definition: output.cc:38

Generated for Nemo v2.4.2 by  doxygen 1.9.1

Catalogued on GSR