Nemo  2.4.0b
Simulate forward-in-time genetic evolution in a spatially explicit, individual-based stochastic simulator
version.h File Reference

Go to the source code of this file.

Macros

#define MAIN_VERSION   2
 
#define MINOR_VERSION   4
 
#define REVISION   0
 
#define RELEASE   "b \"plastic\""
 
#define VERSION_DATE   "[30 Apr 2025]"
 
#define VERSION_YEAR   "2025"
 

Functions

void START_MESSAGE ()
 

Detailed Description

Id
version.h,v 1.37 2018/09/12 12:39:47 fred Exp

Nemo2

Author
fred

Copyright (C) 2006-2024

This file is part of Nemo

Nemo is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Nemo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Macro Definition Documentation

◆ MAIN_VERSION

#define MAIN_VERSION   2

◆ MINOR_VERSION

#define MINOR_VERSION   4

◆ RELEASE

#define RELEASE   "b \"plastic\""

◆ REVISION

#define REVISION   0

◆ VERSION_DATE

#define VERSION_DATE   "[30 Apr 2025]"

◆ VERSION_YEAR

#define VERSION_YEAR   "2025"

Function Documentation

◆ START_MESSAGE()

void START_MESSAGE ( )
inline
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-%s The Authors", VERSION_YEAR);
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 }
void message(const char *message,...)
Definition: output.cc:40
#define VERSION_DATE
Definition: version.h:30
#define MINOR_VERSION
Definition: version.h:27
#define VERSION_YEAR
Definition: version.h:31
#define RELEASE
Definition: version.h:29
#define MAIN_VERSION
Definition: version.h:26
#define REVISION
Definition: version.h:28

References MAIN_VERSION, message(), MINOR_VERSION, RELEASE, REVISION, VERSION_DATE, and VERSION_YEAR.

Referenced by SimRunner::run().


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