From 8cb151b48f3be15cfcff34f19033d63c81f63d1c Mon Sep 17 00:00:00 2001 From: diener Date: Fri, 6 Feb 2004 22:54:23 +0000 Subject: Modified the code to use the aliased functions provided by StaticConformal. Otherwise the code wouldn't compile!!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@361 89daf98e-ef62-4674-b946-b8ff9de2216c --- src/AHFinder.F | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/AHFinder.F b/src/AHFinder.F index a4bfdaf..d67a0a2 100644 --- a/src/AHFinder.F +++ b/src/AHFinder.F @@ -195,7 +195,7 @@ save_conformal_state = conformal_state conformal_state = 0 - call StaticConf_ConfToPhysInPlace (nx,ny,nz,psi, + call ConfToPhysInPlace (nx,ny,nz,psi, & gxx,gxy,gxz,gyy,gyz,gzz) end if @@ -1520,7 +1520,7 @@ conformal_state = save_conformal_state - call StaticConf_PhysToConfInPlace (nx,ny,nz,psi, + call PhysToConfInPlace (nx,ny,nz,psi, & gxx,gxy,gxz,gyy,gyz,gzz) end if -- cgit v1.2.3