aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c b/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c
index bb3bc2b..db804cb 100644
--- a/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c
+++ b/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.c
@@ -64,7 +64,9 @@ CCTK_FILEVERSION(CactusBase_LocalInterp_src_GeneralizedPolynomialUniform_InterpL
This function is just a driver: it validates arguments,
extracts optional arguments from the parameter table,
then decodes (N_dims, molecule_family, order, smoothing)
- and calls the appropriate subfunction.
+ and calls the appropriate subfunction to do the actual
+ interpolation, then finally stores some results back in
+ the parameter table.
@enddesc
***** misc arguments *****