aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_int.F
diff options
context:
space:
mode:
authorlanfer <lanfer@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-10-29 14:58:56 +0000
committerlanfer <lanfer@89daf98e-ef62-4674-b946-b8ff9de2216c>1999-10-29 14:58:56 +0000
commit22d15bf63112317c25624309ea2d75a3dad10740 (patch)
tree66f05be9d2c47557483a23439196552ed6a4f7fd /src/AHFinder_int.F
parentb79415ec7884a0b385ea67a6dfe84ef2becbc880 (diff)
took out the hardcoded single processor, thanks Miguel! fixed uninitialized initial guess; still gives problems :-<
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@20 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src/AHFinder_int.F')
-rw-r--r--src/AHFinder_int.F4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AHFinder_int.F b/src/AHFinder_int.F
index 78126c9..172e0d9 100644
--- a/src/AHFinder_int.F
+++ b/src/AHFinder_int.F
@@ -166,8 +166,8 @@ c Get the reduction handel for the sum operation
pi = 3.141592654D0
- myproc = 0
- nprocs = 1
+ call CCTK_MyProc(myproc)
+ call CCTK_nProcs(nprocs)
! *********************************
! *** INITIALIZE PARAMETERS ***