You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/main.cpp
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
49
49
#include"core/process_streaming.h"
50
50
#include"core/process_whole.h"
51
51
#include<cctype>
52
+
#include"core/git_hash.h"
52
53
53
54
54
55
#defineMAX_DETECTORS7
@@ -92,7 +93,7 @@ void help()
92
93
logit_s<<" matrix : Fit with locked parameters \n\n";
93
94
logit_s<<"Dataset: "<<"\n";
94
95
logit_s<<"--dir : Dataset directory \n";
95
-
logit_s<<"--files : Dataset files: comma (',') separated if multiple \n";
96
+
logit_s<<"--files : Dataset files: comma (',') separated if multiple \n";
96
97
#ifdef _BUILD_WITH_ZMQ
97
98
logit_s<<"Network: \n";
98
99
logit_s<<"--streamin [source ip] : Accept a ZMQ stream of spectra to process. Source ip defaults to localhost (must compile with -DBUILD_WITH_ZMQ option) \n";
@@ -945,6 +946,7 @@ int run_h5_file_updates(Command_Line_Parser& clp)
0 commit comments