Skip to content

Commit

Permalink
Added Version print.
Browse files Browse the repository at this point in the history
  • Loading branch information
jupfi committed Feb 10, 2024
1 parent b9c73a5 commit 77d0534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/limedriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,8 @@ DC_Q << endl;
}

int run_experiment_from_LimeCfg(LimeConfig_t LimeCfg) {

cout << "Running Version: " << VERSION << endl;

int Npulses = LimeCfg.Npulses; // Number of pulses from the LimeCfg

// Getting HDF Attributes from dedicated function
Expand Down
1 change: 1 addition & 0 deletions src/limedriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <direct.h> // _mkdir
#endif

#define VERSION "0.1.0"

struct LimeConfig_t {

Expand Down

0 comments on commit 77d0534

Please sign in to comment.