aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-05-04 07:05:21 +0000
committerallen <allen@89daf98e-ef62-4674-b946-b8ff9de2216c>2002-05-04 07:05:21 +0000
commit1b265e0a62287672b758e1f34a84e71d4a7c4c62 (patch)
tree38131be2a8b72b588df2b982fb6addec67403a53
parent6e71af01fb4ac59e68a8e93ea64950d6d1f9b28a (diff)
Fixing a CCTK_Equals statement to have a ==1
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@297 89daf98e-ef62-4674-b946-b8ff9de2216c
-rw-r--r--src/AHFinder.F2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AHFinder.F b/src/AHFinder.F
index 11bd445..2887bfd 100644
--- a/src/AHFinder.F
+++ b/src/AHFinder.F
@@ -191,7 +191,7 @@
! I need to remember the original value of the flag to change
! it back at the end if necesary.
- if ( CCTK_Equals(metric_type,"static conformal") ) then
+ if ( CCTK_Equals(metric_type,"static conformal") == 1 ) then
ahfconformal = .true.
save_conformal_state = conformal_state
conformal_state = 0