Skip to content

Commit e70c03c

Browse files
committed
Updated to comments about Epanechnikov kernel
1 parent f33647a commit e70c03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compadre_GMLS.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ friend const GMLSSolutionData createGMLSSolutionData(const GMLS& gmls);
546546
// (1 - |r/h|^n)^p
547547
// p=0,n=1 -> Uniform, boxcar
548548
// p=1,n=1 -> triangular
549-
// p=0,n=2 -> Epanechnikov, parabolic
549+
// p=1,n=2 -> Epanechnikov, parabolic
550550
// p=2,n=2 -> Quartic, biweight
551551
// p=3,n=2 -> Triweight
552552
// p=3,n=3 -> Tricube

0 commit comments

Comments
 (0)