Commit e3bbc197 authored by Andrey Filippov's avatar Andrey Filippov

Added linebreaks to some debug output

parent 9bdfafd8
...@@ -3533,7 +3533,10 @@ public class CuasMotion { ...@@ -3533,7 +3533,10 @@ public class CuasMotion {
targets_lma_combo, // double [][][] scan1) targets_lma_combo, // double [][][] scan1)
remain); remain);
if (debugLevel > -4) printRemain(remain, "targets_lma_combo", true); if (debugLevel > -4) {
System.out.println();
printRemain(remain, "targets_lma_combo", true);
}
if (intermed_low) { if (intermed_low) {
/* /*
ImagePlus imp_filtered_combo= showVectorFieldsSequenceLMA( ImagePlus imp_filtered_combo= showVectorFieldsSequenceLMA(
...@@ -3587,6 +3590,7 @@ public class CuasMotion { ...@@ -3587,6 +3590,7 @@ public class CuasMotion {
!batch_mode, // boolean show, !batch_mode, // boolean show,
cuasMotion.tilesX); // int tilesX) { cuasMotion.tilesX); // int tilesX) {
parentCLT.saveImagePlusInModelDirectory(imp_no_singles_lma); // ImagePlus imp) parentCLT.saveImagePlusInModelDirectory(imp_no_singles_lma); // ImagePlus imp)
if (debugLevel > -4) System.out.println();
} }
} }
// create larger, 5x5 vector field for accumulation // create larger, 5x5 vector field for accumulation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment