aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tensor4.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tensor4.F90 b/src/tensor4.F90
index 23c2328..8da98bc 100644
--- a/src/tensor4.F90
+++ b/src/tensor4.F90
@@ -32,7 +32,7 @@ contains
subroutine calc_4inv (gg, gu)
CCTK_REAL, intent(in) :: gg(0:3,0:3)
CCTK_REAL, intent(out) :: gu(0:3,0:3)
- call calc_inv4 (gg, gu)
+ call calc_syminv4 (gg, gu)
end subroutine calc_4inv
subroutine calc_4pinv (gu, pgg, pgu)