aboutsummaryrefslogtreecommitdiff
path: root/src/RadiationBoundary.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/RadiationBoundary.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/RadiationBoundary.c')
-rw-r--r--src/RadiationBoundary.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/RadiationBoundary.c b/src/RadiationBoundary.c
index e025c9e..be14c5e 100644
--- a/src/RadiationBoundary.c
+++ b/src/RadiationBoundary.c
@@ -1625,6 +1625,12 @@ static int ApplyBndRadiative (const cGH *GH,
RADIATIVE_BOUNDARY (GH->cctk_lsh, widths, CCTK_REAL);
break;
+#ifdef CCTK_INT1
+ case CCTK_VARIABLE_INT1:
+ RADIATIVE_BOUNDARY (GH->cctk_lsh, widths, CCTK_INT1);
+ break;
+#endif
+
#ifdef CCTK_INT2
case CCTK_VARIABLE_INT2:
RADIATIVE_BOUNDARY (GH->cctk_lsh, widths, CCTK_INT2);