aboutsummaryrefslogtreecommitdiff
path: root/src/RobinBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RobinBoundary.c')
-rw-r--r--src/RobinBoundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RobinBoundary.c b/src/RobinBoundary.c
index 3efe8f4..b550025 100644
--- a/src/RobinBoundary.c
+++ b/src/RobinBoundary.c
@@ -96,7 +96,7 @@ int BndRobin(const cGH *GH, int num_vars, int *vars, int *faces, int *tables)
printf("BndRobin(): got passed GH=%p, num_vars=%d, var_indices[0]=%d, table_handles[0]=%d\n", (const void *) GH, num_vars, var_indices[0], table_handles[0]);
#endif
- retval = 0; stencil = NULL;
+ retval = 0; stencil = NULL; max_gdim = 0;
/* loop through variables, j at a time */
for (i=0; i<num_vars; i+=j) {