aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_patch_system.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-15 17:10:37 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-09-15 17:10:37 +0000
commit6623b0576dc34063b90a8c68ea96861937018e8b (patch)
tree7ddb4a1c0a0f0a4c3ecb39682674bb8b21ff6445 /src/patch/test_patch_system.cc
parent23bddd47288a6abde4423b2b8c4dee2b83bd5171 (diff)
whitespace tweak -- no code changes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@343 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/test_patch_system.cc')
-rw-r--r--src/patch/test_patch_system.cc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/patch/test_patch_system.cc b/src/patch/test_patch_system.cc
index f35f6bd..fd23ab7 100644
--- a/src/patch/test_patch_system.cc
+++ b/src/patch/test_patch_system.cc
@@ -599,12 +599,15 @@ fp finite_diff_fn(const patch& p, int irho, int isigma,
fp sum = 0.0;
if (which_derivs & which_deriv_fn)
- then sum += deriv_weight_fn * p.gridfn(gfn_src, irho,isigma);
+ then sum += deriv_weight_fn
+ * p.gridfn(gfn_src, irho,isigma);
if (which_derivs & which_deriv_rho)
- then sum += deriv_weight_rho * p.partial_rho(gfn_src, irho,isigma);
+ then sum += deriv_weight_rho
+ * p.partial_rho(gfn_src, irho,isigma);
if (which_derivs & which_deriv_sigma)
- then sum += deriv_weight_sigma * p.partial_sigma(gfn_src, irho,isigma);
+ then sum += deriv_weight_sigma
+ * p.partial_sigma(gfn_src, irho,isigma);
if (which_derivs & which_deriv_rho_rho)
then sum += deriv_weight_rho_rho