aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_dis.F
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-11-01 08:37:07 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-11-01 08:37:07 +0000
commit58d8b89b3e43661458171d5a6448e16019d59bfe (patch)
tree160d973c5236cdf8529a710f3902c8f360bd815f /src/AHFinder_dis.F
parenta7cba6d1b03708f3653582c9398d9149aa688afe (diff)
Fixed the header of the data file. The format for the name of the file was
wrong. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@254 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src/AHFinder_dis.F')
-rw-r--r--src/AHFinder_dis.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AHFinder_dis.F b/src/AHFinder_dis.F
index 8a8a11c..4eef7ea 100644
--- a/src/AHFinder_dis.F
+++ b/src/AHFinder_dis.F
@@ -556,7 +556,7 @@
if (ahf_ncall.eq.1) then
open(1,file=disf,form='formatted',status='replace')
- write(1,"(A14)") '" Horizon distance'
+ write(1,"(A17)") '" Horizon distance'
else
open(1,file=disf,form='formatted',status='old',
. position='append')