Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cschreib committed Jun 17, 2017
1 parent 0e1f527 commit 675cdae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions example/fast.param
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#... FAST++ V1.0: parameter file .......................................
#... FAST++ legacy v1.1: parameter file ................................


#--- GENERAL INFORMATION -----------------------------------------------
Expand Down Expand Up @@ -50,9 +50,9 @@
#
#-----------------------------------------------------------------------

VERBOSE = 1 # 0 / 1
PARALLEL = 'none' # 'none', 'models', or 'sources'
N_THREAD = 0
VERBOSE = 1 # 0 / 1
PARALLEL = 'none' # 'none', 'models', or 'sources'
N_THREAD = 0
MAX_QUEUED_FITS = 1000


Expand Down
2 changes: 1 addition & 1 deletion src/fast++.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "fast++.hpp"
#include <phypp/core/main.hpp>

const char* fastpp_version = "legacy-1.0";
const char* fastpp_version = "legacy-1.1";

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

0 comments on commit 675cdae

Please sign in to comment.