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
error
int error(const char *message,...)
Definition:
output.cc:77
warning
void warning(const char *message,...)
Definition:
output.cc:58
SILENT_RUN
bool SILENT_RUN
Definition:
output.cc:37
fatal
void fatal(const char *message,...)
Definition:
output.cc:96
abort
void abort()
Definition:
output.cc:115
message
void message(const char *message,...)
Definition:
output.cc:40
Generated for Nemo v2.4.0b by
1.9.1 -- Nemo is hosted on