aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Boundary.c')
-rw-r--r--src/Boundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Boundary.c b/src/Boundary.c
index 5b74844..79e578a 100644
--- a/src/Boundary.c
+++ b/src/Boundary.c
@@ -204,7 +204,7 @@ CCTK_INT Bdry_Boundary_RegisterPhysicalBC(CCTK_POINTER GH,
/* Create the registered routines table if necessary */
if (physbc_table_handle == -1)
{
- physbc_table_handle = Util_TableCreate(UTIL_TABLE_FLAGS_DEFAULT);
+ physbc_table_handle = Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE);
if (physbc_table_handle<0)
{
CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,