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

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

Locations of visitors to this page
Catalogued on GSR