Skip to content

Commit e00fdeb

Browse files
committed
TPC: Fix invalid template keyword with argument list (clang19 complains, remove since not really needed)
1 parent d2c347f commit e00fdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/TPCFastTransformation/Spline1DSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class Spline1DSpec<DataT, YdimT, 1>
448448
GPUgeneric() const T Sr[/*mYdim*/], GPUgeneric() const T Dr[/*mYdim*/],
449449
DataT u, GPUgeneric() T S[/*mYdim*/]) const
450450
{
451-
TBase::template interpolateU(YdimT, knotL, Sl, Dl, Sr, Dr, u, S);
451+
TBase::interpolateU(YdimT, knotL, Sl, Dl, Sr, Dr, u, S);
452452
}
453453

454454
using TBase::getNumberOfKnots;

0 commit comments

Comments
 (0)