From 856839af8a94a3789dc5229f9e2554c8a8dcfc17 Mon Sep 17 00:00:00 2001 From: Vincenzo Innocente Date: Tue, 10 Nov 2009 18:42:36 +0000 Subject: [PATCH] --- yaml --- r: 77595 b: "refs/heads/CMSSW_7_1_X" c: 50038f626d8c6efb739320aa675a362d122098bb h: "refs/heads/CMSSW_7_1_X" i: 77593: bb8c997ac9101c0c489391a6a5b854be890a6c58 77591: e9653a2c7bed44fc2277e99cdf2040beb0344644 v: v3 --- [refs] | 2 +- trunk/CondFormats/Calibration/interface/Conf.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 13480367ae8c0..cf1bdebbc9727 100644 --- a/[refs] +++ b/[refs] @@ -1,3 +1,3 @@ --- refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e -"refs/heads/CMSSW_7_1_X": abb54a65350fde52d115caa7fd20cf057517ef6a +"refs/heads/CMSSW_7_1_X": 50038f626d8c6efb739320aa675a362d122098bb diff --git a/trunk/CondFormats/Calibration/interface/Conf.h b/trunk/CondFormats/Calibration/interface/Conf.h index 14e620621f11b..164378932c0bc 100644 --- a/trunk/CondFormats/Calibration/interface/Conf.h +++ b/trunk/CondFormats/Calibration/interface/Conf.h @@ -10,14 +10,14 @@ namespace condex { struct ConfI : public cond::BaseKeyed { - ConfI() : v(0), key("\0") {} + ConfI() : v(0), key(" ") {} ConfI(std::string k, int i) : v(i), key(k) {} int v; std::string key; // just for test }; struct ConfF : public cond::BaseKeyed { - ConfF() : v(0), key("\0") {} + ConfF() : v(0), key(" ") {} ConfF(std::string k, float i) : v(i), key(k) {} float v; std::string key; // just for test