Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77593
b: "refs/heads/CMSSW_7_1_X"
c: 367c4a4
h: "refs/heads/CMSSW_7_1_X"
i:
  77591: e9653a2
v: v3
  • Loading branch information
Vincenzo Innocente committed Nov 10, 2009
1 parent 42d2d82 commit bb8c997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": b9a2b52ee25c3850b9d8c20ed8135db2cc5f93be
"refs/heads/CMSSW_7_1_X": 367c4a49ee344b50eda4d7260bf15f247a3d7ef3
4 changes: 2 additions & 2 deletions trunk/CondFormats/Calibration/interface/Conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb8c997

Please sign in to comment.