aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhawke <hawke@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-07-07 10:54:28 +0000
committerhawke <hawke@89daf98e-ef62-4674-b946-b8ff9de2216c>2003-07-07 10:54:28 +0000
commit84a91684c788cb371d4e33021e4494d25882a148 (patch)
tree9ca0d13e6de19fcd13940637903ecd364b5c8b21 /src
parentd1f859810b745e11cc28551c640e5d7c0ac160e5 (diff)
Change the range of ahf_lmax to match the code (maximum is now 19, not 20). Fixes PR1488.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@339 89daf98e-ef62-4674-b946-b8ff9de2216c
Diffstat (limited to 'src')
-rw-r--r--src/AHFinder.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AHFinder.F b/src/AHFinder.F
index 26bd1d3..d0bb150 100644
--- a/src/AHFinder.F
+++ b/src/AHFinder.F
@@ -211,7 +211,7 @@
write(*,*) 'ahf_lmax must be smaller than 20.'
write(*,*) 'STOPPED IN AHFinder.F'
write(*,*)
- STOP
+ call CCTK_WARN(0,"ahf_lmax must be smaller than 20.")
end if