diff --git a/InnerDetector/InDetDetDescr/TRT_GeoModel/src/ArrayFunction.h b/InnerDetector/InDetDetDescr/TRT_GeoModel/src/ArrayFunction.h index 3d556b84d572712bf569360a37d36dd0c49fa8ca..c2812260565974c92dd308ab3aaa4d0f7b05d0ef 100755 --- a/InnerDetector/InDetDetDescr/TRT_GeoModel/src/ArrayFunction.h +++ b/InnerDetector/InDetDetDescr/TRT_GeoModel/src/ArrayFunction.h @@ -1,9 +1,9 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration */ -#ifndef _ArrayFunction_h_ -#define _ArrayFunction_h_ +#ifndef TRT_GEOMODEL_ARRAYFUNCTION_H +#define TRT_GEOMODEL_ARRAYFUNCTION_H //-------------------------------------------------------// // This one dimensional function takes its values from // // an array..which it copies in. // @@ -29,8 +29,8 @@ class ArrayFunction : public AbsFunction { ArrayFunction(const ArrayFunction &right); // Retreive function value - virtual double operator ()(double argument) const; - virtual double operator ()(const Argument & a) const {return operator() (a[0]);} + virtual double operator ()(double argument) const override; + virtual double operator ()(const Argument & a) const override {return operator() (a[0]);} private: