new argv set merged

This commit is contained in:
2015-03-06 10:57:06 +01:00
10 changed files with 48 additions and 32 deletions

View File

@ -1,11 +1,11 @@
//#define SVNPATH ""
#define SVNURL "git@gitorious.psi.ch:sls_det_software/sls_detector_gui.git"
//#define SVNREPPATH ""
#define SVNREPUUID "a6b29560c2d5dc8de95db22956b6a9ab29a0a688"
//#define SVNREV 0x282
#define SVNREPUUID "81c5629da13fd8658d00bcad89e5fcbb9d901ef7"
//#define SVNREV 0x288
//#define SVNKIND ""
//#define SVNSCHED ""
#define SVNAUTH "Maliakal_Dhanya"
#define SVNREV 0x282
#define SVNDATE 0x20140910
#define SVNREV 0x288
#define SVNDATE 0x20141201
//

View File

@ -481,7 +481,7 @@ double XYRangeValues[4];
bool IsXYRange[4];
/** Default timer between plots*/
static const double PLOT_TIMER_MS = 250;
static const double PLOT_TIMER_MS = 200;
/** Specific timer value between plots */
double timerValue;
/** every nth frame when to plot */