aboutsummaryrefslogtreecommitdiff
path: root/src/planewaves.F77
diff options
context:
space:
mode:
Diffstat (limited to 'src/planewaves.F77')
-rw-r--r--src/planewaves.F774
1 files changed, 2 insertions, 2 deletions
diff --git a/src/planewaves.F77 b/src/planewaves.F77
index e33ece2..317c645 100644
--- a/src/planewaves.F77
+++ b/src/planewaves.F77
@@ -231,10 +231,10 @@ c Check if we should create and store conformal factor stuff */
if(CCTK_EQUALS(conformal_storage,"factor+derivs")) then
- conformal_state = 2;
+ conformal_state = 2
else if(CCTK_EQUALS(conformal_storage,"factor+derivs+2nd derivs")) then
- conformal_state = 3;
+ conformal_state = 3
end if
do k=1,cctk_lsh(3)