aboutsummaryrefslogtreecommitdiff
path: root/src/Compute_Norm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Compute_Norm.c')
-rw-r--r--src/Compute_Norm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Compute_Norm.c b/src/Compute_Norm.c
index 482e57f..4eddb1e 100644
--- a/src/Compute_Norm.c
+++ b/src/Compute_Norm.c
@@ -177,18 +177,6 @@ void Norms_Compute_Norms (CCTK_ARGUMENTS)
*norm=sqrt(*norm);
- /* multiply with h^d - see discussion above Eq. (12) in
- * gr-qc/0503056 [abs, ps, pdf, other] :
- *
- * Title: Numerical stability for finite difference
- * approximations of Einstein's equations
- * Authors: Gioel Calabrese, Ian Hinder, Sascha Husa
- * Comments: 18 pages, 5 figures
- *
- */
- hd=sqrt(dx*dy*dz);
- *norm=*norm*hd;
-
CCTK_VInfo(CCTK_THORNSTRING,"norm= %16.8g",*norm);
}