aboutsummaryrefslogtreecommitdiff
path: root/test/test_AHF_1
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_AHF_1')
-rw-r--r--test/test_AHF_1/ahf.gauss4
1 files changed, 2 insertions, 2 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