diff --git a/api/reduce_main.C b/api/reduce_main.C index a1e12eed38..aaeb331656 100644 --- a/api/reduce_main.C +++ b/api/reduce_main.C @@ -126,8 +126,10 @@ void REDUCED_ARRAY_GEN::add_source_row(float* in) { int i, ry; if (scury >= sdimy) { - printf("too many calls to add_source_row()!\n"); - *(int*)0 = 0; + // printf("too many calls to add_source_row()!\n"); + // Crashing is not an appropriate response in release code. + assert(scury