Skip to content

Commit 675cdae

Browse files
committed
Updated version number
1 parent 0e1f527 commit 675cdae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/fast.param

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#... FAST++ V1.0: parameter file .......................................
1+
#... FAST++ legacy v1.1: parameter file ................................
22

33

44
#--- GENERAL INFORMATION -----------------------------------------------
@@ -50,9 +50,9 @@
5050
#
5151
#-----------------------------------------------------------------------
5252

53-
VERBOSE = 1 # 0 / 1
54-
PARALLEL = 'none' # 'none', 'models', or 'sources'
55-
N_THREAD = 0
53+
VERBOSE = 1 # 0 / 1
54+
PARALLEL = 'none' # 'none', 'models', or 'sources'
55+
N_THREAD = 0
5656
MAX_QUEUED_FITS = 1000
5757

5858

src/fast++.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "fast++.hpp"
22
#include <phypp/core/main.hpp>
33

4-
const char* fastpp_version = "legacy-1.0";
4+
const char* fastpp_version = "legacy-1.1";
55

66
int phypp_main(int argc, char* argv[]) {
77
std::string param_file = (argc >= 2 ? argv[1] : "fast.param");

0 commit comments

Comments
 (0)