Skip to content

Commit 30c001c

Browse files
committed
Merge branch 'debugfix' into develop
2 parents f86e5ba + 934005f commit 30c001c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/lower-level/resmerge-ll.c

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,6 @@ short **toa_ = NULL;
216216
}
217217

218218

219-
#ifdef FORCE_DEBUG
220-
set_brick_filename(TOA, "TOA-RESMERGED");
221-
print_brick_info(TOA); set_brick_open(TOA, OPEN_CREATE); write_brick(TOA);
222-
#endif
223-
224-
225219
/** clean
226220
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++**/
227221
gsl_matrix_free (X); gsl_vector_free (x);
@@ -234,6 +228,11 @@ short **toa_ = NULL;
234228

235229
}
236230

231+
#ifdef FORCE_DEBUG
232+
set_brick_filename(TOA, "TOA-RESMERGED");
233+
print_brick_info(TOA); set_brick_open(TOA, OPEN_CREATE); write_brick(TOA);
234+
#endif
235+
237236
#ifdef FORCE_CLOCK
238237
proctime_print("Resolution merge", TIME);
239238
#endif

0 commit comments

Comments
 (0)