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

Generated for Nemo v2.4.0 by  doxygen 1.9.1 -- Nemo is hosted on  Download Nemo

Locations of visitors to this page
Catalogued on GSR