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
error
int error(const char *message,...)
Definition:
output.cc:78
warning
void warning(const char *message,...)
Definition:
output.cc:57
SILENT_RUN
bool SILENT_RUN
Definition:
output.cc:36
fatal
void fatal(const char *message,...)
Definition:
output.cc:99
abort
void abort()
Definition:
output.cc:120
message
void message(const char *message,...)
Definition:
output.cc:39
Generated for Nemo v2.4.0 by
1.9.1 -- Nemo is hosted on