diff --git a/src/limedriver.cpp b/src/limedriver.cpp index a7e84a1..3640010 100644 --- a/src/limedriver.cpp +++ b/src/limedriver.cpp @@ -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 diff --git a/src/limedriver.h b/src/limedriver.h index 71ec797..5eb703a 100644 --- a/src/limedriver.h +++ b/src/limedriver.h @@ -24,6 +24,7 @@ #include // _mkdir #endif +#define VERSION "0.1.0" struct LimeConfig_t {