Nemo
2.3.56
Simulate forward-in-time genetic evolution in a spatially explicit, individual-based stochastic simulator
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
b
c
d
e
f
g
h
m
n
o
p
r
s
t
w
Typedefs
Related Functions
Files
File List
File Members
All
_
a
b
d
e
f
g
i
m
n
o
p
q
r
s
t
v
w
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
version.h
Go to the documentation of this file.
1
27
#define MAIN_VERSION 2
28
#define MINOR_VERSION 3
29
#define REVISION 56
30
#define RELEASE ""
31
#define VERSION_DATE "[24 Oct 2022]"
32
33
inline
void
START_MESSAGE
()
34
{
35
message
(
"\n N E M O %i.%i.%i%s %s\n"
,
MAIN_VERSION
,
MINOR_VERSION
,
REVISION
,
RELEASE
,
VERSION_DATE
);
36
message
(
"\n Copyright (C) 2006-2022 The Authors"
);
37
message
(
"\n This is free software; see the source for copying"
);
38
message
(
"\n conditions. There is NO warranty; not even for "
);
39
message
(
"\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
);
40
message
(
"\n https://nemo2.sourceforge.io; nemo-simul@googlegroups.com"
);
41
message
(
"\n------------------------------------------------\n"
);
42
}
message
void message(const char *message,...)
Definition:
output.cc:40
VERSION_DATE
#define VERSION_DATE
Definition:
version.h:31
MINOR_VERSION
#define MINOR_VERSION
Definition:
version.h:28
RELEASE
#define RELEASE
Definition:
version.h:30
MAIN_VERSION
#define MAIN_VERSION
Definition:
version.h:27
START_MESSAGE
void START_MESSAGE()
Definition:
version.h:33
REVISION
#define REVISION
Definition:
version.h:29
Generated for Nemo v2.3.56 by
1.9.0 -- Nemo is hosted on