File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- #... FAST++ V1.0 : parameter file ....... ................................
1+ #... FAST++ legacy v1.1 : parameter file ................................
22
33
44#--- GENERAL INFORMATION -----------------------------------------------
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
5656MAX_QUEUED_FITS = 1000
5757
5858
Original file line number Diff line number Diff line change 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
66int phypp_main (int argc, char * argv[]) {
77 std::string param_file = (argc >= 2 ? argv[1 ] : " fast.param" );
You can’t perform that action at this time.
0 commit comments