World Builder  0.1.0-pre
A geodyanmic initial conditions generator
config.cc
Go to the documentation of this file.
1 /*
2  Copyright (C) 2018 by the authors of the World Builder code.
3 
4  This file is part of the World Builder.
5 
6  This program is free software: you can redistribute it and/or modify
7  it under the terms of the GNU Lesser General Public License as published
8  by the Free Software Foundation, either version 2 of the License, or
9  (at your option) any later version.
10 
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU Lesser General Public License for more details.
15 
16  You should have received a copy of the GNU Lesser General Public License
17  along with this program. If not, see <https://www.gnu.org/licenses/>.
18 */
19 
20 #include "config.h"
21 
22 using namespace WorldBuilder;
23 
24 const std::string Version::MAJOR = "";
25 const std::string Version::MINOR = "";
26 const std::string Version::PATCH = "";
27 
28 const std::string Version::GIT_SHA1 = "4f1642f74f93b337edb456358683223630999009-dirty";
29 const std::string Version::GIT_BRANCH = "add_more_coverage";
30 const std::string Version::GIT_DATE = "Sat Jul 14 00:07:15 2018";
31 const std::string Version::GIT_COMMIT_SUBJECT = "Merge pull request #4 from MFraters/restructure_input_processing";
32 
33 const std::string Data::WORLD_BUILDER_SOURCE_DIR = "/home/menno/Documents/PhD/code/world_builder/2018-07-07_world_builder/WorldBuilder-1";
34 
static const std::string GIT_DATE
Definition: config.h:36
static const std::string MINOR
Definition: config.h:31
static const std::string GIT_COMMIT_SUBJECT
Definition: config.h:37
static const std::string WORLD_BUILDER_SOURCE_DIR
Definition: config.h:42
static const std::string GIT_BRANCH
Definition: config.h:35
static const std::string GIT_SHA1
Definition: config.h:34
static const std::string PATCH
Definition: config.h:32
static const std::string MAJOR
Definition: config.h:30