aboutsummaryrefslogtreecommitdiff
path: root/src/ScalarBoundary.c
diff options
context:
space:
mode:
authorschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-10-13 18:07:49 +0000
committerschnetter <schnetter@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-10-13 18:07:49 +0000
commit506aac98676192c7e6903b1185e38a426ca105fc (patch)
tree44964b427651ec9db2736386614eb31e4827b550 /src/ScalarBoundary.c
parent6d83ae21de4517c303319c91cfe67e79bc331e00 (diff)
Introduce the new Cactus variable type CCTK_INT1.
Extend routines to handle the new type. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@249 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/ScalarBoundary.c')
-rw-r--r--src/ScalarBoundary.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ScalarBoundary.c b/src/ScalarBoundary.c
index 42dcedd..408b249 100644
--- a/src/ScalarBoundary.c
+++ b/src/ScalarBoundary.c
@@ -1167,6 +1167,11 @@ static int ApplyBndScalar (const cGH *GH,
case CCTK_VARIABLE_REAL:
SCALAR_BOUNDARY (CCTK_REAL, CCTK_REAL); break;
+#ifdef CCTK_INT1
+ case CCTK_VARIABLE_INT1:
+ SCALAR_BOUNDARY (CCTK_INT1, CCTK_INT1); break;
+#endif
+
#ifdef CCTK_INT2
case CCTK_VARIABLE_INT2:
SCALAR_BOUNDARY (CCTK_INT2, CCTK_INT2); break;