Commit b0be9975 authored by Andrey Filippov's avatar Andrey Filippov

Debugging will keep this (broken) branch

parent 54c5427a
...@@ -51,7 +51,8 @@ ...@@ -51,7 +51,8 @@
<groupId>net.imagej</groupId> <groupId>net.imagej</groupId>
<artifactId>ij</artifactId> <artifactId>ij</artifactId>
<!-- <version>1.52e</version> --> <!-- <version>1.52e</version> -->
<version>1.53j</version> <!-- <version>1.53j</version> -->
<version>1.54f</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jcuda</groupId> <groupId>org.jcuda</groupId>
......
...@@ -278,7 +278,7 @@ public class ImageDtt extends ImageDttCPU { ...@@ -278,7 +278,7 @@ public class ImageDtt extends ImageDttCPU {
threadsMax); // final int threadsMax, // maximal number of threads to launch threadsMax); // final int threadsMax, // maximal number of threads to launch
if (tp_tasks.length == 0) { if (tp_tasks.length == 0) {
System.out.println("Empty tasks - nothing to do"); System.out.println("Empty tasks - nothing to do 1`");
return; return;
} }
//texture_tiles //texture_tiles
......
...@@ -2386,7 +2386,7 @@ public class QuadCLT extends QuadCLTCPU { ...@@ -2386,7 +2386,7 @@ public class QuadCLT extends QuadCLTCPU {
0x3f, // int corr_mask, // which correlation pairs to generate (maybe later - reduce size from 15x15) 0x3f, // int corr_mask, // which correlation pairs to generate (maybe later - reduce size from 15x15)
debugLevel); // final int debugLevel) - not yet used debugLevel); // final int debugLevel) - not yet used
if (tp_tasks.length == 0) { if (tp_tasks.length == 0) {
System.out.println("Empty tasks - nothing to do"); System.out.println("Empty tasks - nothing to do 2");
return null; return null;
} }
...@@ -2958,7 +2958,7 @@ public class QuadCLT extends QuadCLTCPU { ...@@ -2958,7 +2958,7 @@ public class QuadCLT extends QuadCLTCPU {
0x3f, // int corr_mask, // which correlation pairs to generate (maybe later - reduce size from 15x15) 0x3f, // int corr_mask, // which correlation pairs to generate (maybe later - reduce size from 15x15)
debugLevel); // final int debugLevel) - not yet used debugLevel); // final int debugLevel) - not yet used
if (tp_tasks.length == 0) { if (tp_tasks.length == 0) {
System.out.println("--- Empty tasks - nothing to do ---"); System.out.println("--- Empty tasks - nothing to do 3---");
return null; return null;
} }
......
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