From 668a1b6244c457080869883472cd6a685282ea2b Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sat, 2 Oct 2004 18:37:00 +0000 Subject: CarpetInterp: Fix segfault when determining interpolation times darcs-hash:20041002183708-891bb-96a5a3227becd0e40834fb9ab25ef5f9d75c1df5.gz --- Carpet/CarpetInterp/src/interp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc index 683e396da..d19a63652 100644 --- a/Carpet/CarpetInterp/src/interp.cc +++ b/Carpet/CarpetInterp/src/interp.cc @@ -233,7 +233,7 @@ namespace CarpetInterp { (param_table_handle, N_interp_points, &interpolation_times.front(), "interpolation_times"); if (ierr == UTIL_ERROR_TABLE_NO_SUCH_KEY) { - for (int n=0; n