aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-20 11:21:55 +0000
committermiguel <miguel@89daf98e-ef62-4674-b946-b8ff9de2216c>2001-08-20 11:21:55 +0000
commit34bbeb884f55437b40db9ef2c2ace837b5648107 (patch)
treee9f6b95f0cfa209c587dff0e418a878b756679a5 /test
parentb2e2947e1355af005c7ec7c35d3ca2bfd5a36f77 (diff)
Chnage in comments in output files.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@226 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'test')
-rw-r--r--test/test_AHF_1/ahf.gauss4
-rw-r--r--test/test_AHF_2/ahf.gauss4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/test_AHF_1/ahf.gauss b/test/test_AHF_1/ahf.gauss
index aeea4f0..7a391d5 100644
--- a/test/test_AHF_1/ahf.gauss
+++ b/test/test_AHF_1/ahf.gauss
@@ -2,8 +2,8 @@
#
# The data is written in a loop as:
#
-# do i=0,ntheta-1
-# do j=0,nphi-1
+ # do i=1,ntheta
+ # do j=1,nphi
# write gaussian(i,j)
# end do
# end do
diff --git a/test/test_AHF_2/ahf.gauss b/test/test_AHF_2/ahf.gauss
index 7b403cb..174126b 100644
--- a/test/test_AHF_2/ahf.gauss
+++ b/test/test_AHF_2/ahf.gauss
@@ -2,8 +2,8 @@
#
# The data is written in a loop as:
#
-# do i=0,ntheta-1
-# do j=0,nphi-1
+ # do i=1,ntheta
+ # do j=1,nphi
# write gaussian(i,j)
# end do
# end do