From 957b87e98aa049617dcaac871c21dc734562ab91 Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 19 May 2002 13:17:59 +0000 Subject: add Jacobian_info argument to grdoc comment git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@51 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/GeneralizedPolynomial-Uniform/template.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src') 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(): -- cgit v1.2.3