aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyMoL/src/initsymbound.F77
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/WaveToyMoL/src/initsymbound.F77')
-rw-r--r--CarpetExtra/WaveToyMoL/src/initsymbound.F774
1 files changed, 3 insertions, 1 deletions
diff --git a/CarpetExtra/WaveToyMoL/src/initsymbound.F77 b/CarpetExtra/WaveToyMoL/src/initsymbound.F77
index 782f0b6fe..554eb16f0 100644
--- a/CarpetExtra/WaveToyMoL/src/initsymbound.F77
+++ b/CarpetExtra/WaveToyMoL/src/initsymbound.F77
@@ -1,4 +1,4 @@
-c $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyMoL/src/initsymbound.F77,v 1.2 2003/10/27 15:31:41 schnetter Exp $
+c $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyMoL/src/initsymbound.F77,v 1.3 2004/04/07 17:08:21 schnetter Exp $
#include "cctk.h"
#include "cctk_Arguments.h"
@@ -20,4 +20,6 @@ c $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyMoL/src/initsym
if (ierr.ne.0) call CCTK_WARN (0, "internal error")
call SetCartSymVN (ierr, cctkGH, sym, "WaveToyMoL::phidot")
if (ierr.ne.0) call CCTK_WARN (0, "internal error")
+ call SetCartSymVN (ierr, cctkGH, sym, "WaveToyMoL::error")
+ if (ierr.ne.0) call CCTK_WARN (0, "internal error")
end