aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c b/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c
index b98d2b1..584aec8 100644
--- a/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c
+++ b/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c
@@ -1,5 +1,5 @@
/* InterpLocalUniform.c -- driver for this interpolator */
-/* $Header: */
+/* $Header$ */
/*
** *****data structures and functions local to this file *****
**
@@ -83,7 +83,7 @@ enum interp_operator
{
interp_operator_Lagrange_TP, /* "Lagrange polynomial interpolation */
/* (tensor product)" */
- interp_operator_Lagrange_MD, /* "Lagrange polynomial interpolation
+ interp_operator_Lagrange_MD, /* "Lagrange polynomial interpolation */
/* (maximum degree)" */
interp_operator_Hermite, /* "Hermite polynomial interpolation" */
N_INTERP_OPERATORS /* this must be the last entry in the enum */