aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-05-19 13:17:59 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-05-19 13:17:59 +0000
commit957b87e98aa049617dcaac871c21dc734562ab91 (patch)
treee8b179eebb3b6c790816812bdb6bb639b190343a /src
parent420c76006777c214856bd3b5d3ff14b9357af5d6 (diff)
add Jacobian_info argument to grdoc comment
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@51 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src')
-rw-r--r--src/GeneralizedPolynomial-Uniform/template.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/template.c b/src/GeneralizedPolynomial-Uniform/template.c
index 32d0203..145532c 100644
--- a/src/GeneralizedPolynomial-Uniform/template.c
+++ b/src/GeneralizedPolynomial-Uniform/template.c
@@ -234,20 +234,20 @@
@vdesc If we encounter an out-of-range point and this pointer
is non-NULL, we store a description of the out-of-range
point in the pointed-to structure.
- @vtype struct error_flags *error_flags;
+ @vtype struct error_flags* error_flags;
@vio out
@var molecule_structure_flags
@vdesc If this pointer is non-NULL, we store flags describing
the interpolation molecule's structure in the pointed-to
structure.
- @vtype struct molecule_structure_flags *molecule_structure_flags;
+ @vtype struct molecule_structure_flags* molecule_structure_flags;
@vio out
@var molecule_min_max_m_info
@vdesc If this pointer is non-NULL, we store the interpolation
molecule's min/max m in the pointed-to structure.
- @vtype struct molecule_min_max_m_info *molecule_min_max_m_info;
+ @vtype struct molecule_min_max_m_info* molecule_min_max_m_info;
@vio out
@var molecule_positions
@@ -257,6 +257,13 @@
@vtype CCTK_INT* const molecule_positions[];
@vio out
+ @var Jacobian_info
+ @vdesc If this pointer is non-NULL, we store the Jacobian of
+ the interpolation in the arrays (and in the manner)
+ pointed to by this structure.
+ @vtype struct Jacobian_info* Jacobian_info;
+ @vio out
+
@returntype int
@returndesc This function's return result is the same as that of
InterpLocalUniform():