diff --git a/GPU/TPCFastTransformation/Spline1DSpec.h b/GPU/TPCFastTransformation/Spline1DSpec.h index e37ee67581c63..f8af1980d81ae 100644 --- a/GPU/TPCFastTransformation/Spline1DSpec.h +++ b/GPU/TPCFastTransformation/Spline1DSpec.h @@ -448,7 +448,7 @@ class Spline1DSpec GPUgeneric() const T Sr[/*mYdim*/], GPUgeneric() const T Dr[/*mYdim*/], DataT u, GPUgeneric() T S[/*mYdim*/]) const { - TBase::template interpolateU(YdimT, knotL, Sl, Dl, Sr, Dr, u, S); + TBase::interpolateU(YdimT, knotL, Sl, Dl, Sr, Dr, u, S); } using TBase::getNumberOfKnots;