aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy
diff options
context:
space:
mode:
authoreschnett <>2001-03-19 20:30:00 +0000
committereschnett <>2001-03-19 20:30:00 +0000
commitfc0e7af205874d55377d18ffdb68555df2843d32 (patch)
treeae2b89c76f3a3af299a8699833e391f42dddc05f /CarpetExtra/HydroToy
parent61b00f25a9820d71401ee6ec3188f6d7b0fa3412 (diff)
small
darcs-hash:20010319203034-f6438-ab6a4b4cd4ff91f151ade70f9b3e2a813ee0503b.gz
Diffstat (limited to 'CarpetExtra/HydroToy')
-rw-r--r--CarpetExtra/HydroToy/src/HydroToy.F778
1 files changed, 4 insertions, 4 deletions
diff --git a/CarpetExtra/HydroToy/src/HydroToy.F77 b/CarpetExtra/HydroToy/src/HydroToy.F77
index 890c9a0a3..7083133f8 100644
--- a/CarpetExtra/HydroToy/src/HydroToy.F77
+++ b/CarpetExtra/HydroToy/src/HydroToy.F77
@@ -1,5 +1,5 @@
c -*-Fortran-*-
-c $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/src/HydroToy.F77,v 1.1 2001/03/18 22:37:09 eschnett Exp $
+c $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/src/HydroToy.F77,v 1.2 2001/03/19 21:30:34 eschnett Exp $
#include "cctk.h"
#include "cctk_Parameters.h"
@@ -169,9 +169,9 @@ c Apply boundary condition
else
call CCTK_WARN (0, "Internal error")
end if
-c$$$ if (ierr .lt. 0) then
-c$$$ call CCTK_WARN (0, "Error while applying boundary condition")
-c$$$ end if
+ if (ierr .lt. 0) then
+ call CCTK_WARN (0, "Error while applying boundary condition")
+ end if
call Cart3dSymGN (ierr, cctkGH, "hydrotoy::hydroevolve")
if (ierr .lt. 0) then