We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f86e5ba + 934005f commit 30c001cCopy full SHA for 30c001c
src/lower-level/resmerge-ll.c
@@ -216,12 +216,6 @@ short **toa_ = NULL;
216
}
217
218
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
225
/** clean
226
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++**/
227
gsl_matrix_free (X); gsl_vector_free (x);
@@ -234,6 +228,11 @@ short **toa_ = NULL;
234
228
235
229
236
230
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);
+ #endif
+
237
#ifdef FORCE_CLOCK
238
proctime_print("Resolution merge", TIME);
239
#endif
0 commit comments