Skip to content

Commit

Permalink
Correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Apr 10, 2018
1 parent 7093ff4 commit c1face7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Geometry/HGCalCommonData/interface/HGCalParametersFromDD.h
Expand Up @@ -16,7 +16,7 @@ class HGCalParametersFromDD {
const std::string&, const std::string&);

private:
double getDDDVallue(const char* s, const DDsvalues_type& sv);
double getDDDValue(const char* s, const DDsvalues_type& sv);
};

#endif
4 changes: 2 additions & 2 deletions Geometry/HGCalCommonData/src/HGCalParametersFromDD.cc
Expand Up @@ -133,8 +133,8 @@ bool HGCalParametersFromDD::build(const DDCompactView* cpv,
return ok;
}

double HGCalParametersFromDD::getDDDVallue(const char* s,
const DDsvalues_type& sv) {
double HGCalParametersFromDD::getDDDValue(const char* s,
const DDsvalues_type& sv) {
DDValue val(s);
if (DDfetch(&sv, val)) {
const std::vector<double> & fvec = val.doubles();
Expand Down

0 comments on commit c1face7

Please sign in to comment.