aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_dat.F
diff options
context:
space:
mode:
authortradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-02-16 14:23:33 +0000
committertradke <tradke@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-02-16 14:23:33 +0000
commit373a43b2e824c760fe4cabfcce097b666cc43d5c (patch)
tree8db3d55a84e94894a13cad8d5d487d2dd3c54fe7 /src/AHFinder_dat.F
parent202c91c91037dbf6437931439c92cf2a00df2d43 (diff)
Use the new interpolation flesh API routines and call the new interpolation
operators from PUGHInterp (according to the setting of the AHFinder::interpolation_order parameter). Also fixed a couple of bugs related to datatypes: handles are integers but reduction variables can only be CCTK_XXX types. Unfortunately, on the T3E it still passes only the second testsuite. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@184 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src/AHFinder_dat.F')
-rw-r--r--src/AHFinder_dat.F4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AHFinder_dat.F b/src/AHFinder_dat.F
index 6bc7662..326af90 100644
--- a/src/AHFinder_dat.F
+++ b/src/AHFinder_dat.F
@@ -34,10 +34,10 @@
integer mfind,ahf_ncall
integer nx,ny,nz
integer nprocs,myproc,ierr
- integer interror1,interror2,interror3
- integer inside_min_count,inside_min_neg_count
CCTK_INT nfile
+ CCTK_INT interror1,interror2,interror3
+ CCTK_INT inside_min_count,inside_min_neg_count
CCTK_REAL xc,yc,zc
CCTK_REAL xmn,ymn,zmn,xmx,ymx,zmx