aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@89daf98e-ef62-4674-b946-b8ff9de2216c>2012-04-11 19:36:38 +0000
committerknarf <knarf@89daf98e-ef62-4674-b946-b8ff9de2216c>2012-04-11 19:36:38 +0000
commitf8f605eaa3865158f3a2789f59f41a3b026ac880 (patch)
treea5e9b341ac2f6ecbd62d0ab8f3c01a5b675249c8
parentc9a154600b8179e32a7ab762b16f8497bc0605be (diff)
fix tab -> space issue which prevented compilation of F77 codeHEADmaster
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@409 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--src/AHFinder_int.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AHFinder_int.F b/src/AHFinder_int.F
index 70196d3..f0c7fa1 100644
--- a/src/AHFinder_int.F
+++ b/src/AHFinder_int.F
@@ -981,7 +981,7 @@
. 1, input_array,0, 0, input_array_type, 1,
. input_array_type, reduction_value)
- intarea=aux
+ intarea=aux
input_array_type(1) = CCTK_VARIABLE_REAL
reduction_value(1)= CCTK_PointerTo(aux)