aboutsummaryrefslogtreecommitdiff
path: root/src/gr/cg.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-22 17:33:21 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-22 17:33:21 +0000
commit73d9cdfe58e99305ede9c394f72712e7f759b5a2 (patch)
treefb0b18394b6a227056f23b2121d0d743fbf59940 /src/gr/cg.hh
parentcee87925a7f844f805fd4d68c7fa1e4bb48ca5e4 (diff)
various changes including d/dr terms in Jacobian by numerical perturbation,
tweak I/O parameters, move printing Jacobian out of Jacobian class into test driver, drop unused array BLAS routines in jtutil:: git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@654 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr/cg.hh')
-rw-r--r--src/gr/cg.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gr/cg.hh b/src/gr/cg.hh
index cc0ab31..6535753 100644
--- a/src/gr/cg.hh
+++ b/src/gr/cg.hh
@@ -102,6 +102,7 @@
#define partial_H_wrt_partial_dd_h_22 \
p.gridfn(nominal_gfns::gfn__partial_H_wrt_partial_dd_h_22, irho,isigma)
+#define save_H p.gridfn(nominal_gfns::gfn__save_H, irho,isigma)
#define Delta_h p.gridfn(nominal_gfns::gfn__Delta_h, irho,isigma)
//******************************************************************************