aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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