Nemo  2.3.56
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
39extern bool SILENT_RUN;
40
41extern void message (const char* message, ...);
42extern void warning (const char* message, ...);
43extern int error (const char* message, ...);
44extern void fatal (const char* message, ...);
45extern 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.3.56 by  doxygen 1.9.0 -- Nemo is hosted on  Download Nemo

Locations of visitors to this page
Catalogued on GSR