Explorar o código

Comment on not copying only a ROI from projections

Tomas Farago %!s(int64=8) %!d(string=hai) anos
pai
achega
a4605b8e24
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/ufo-anka-backproject-task.c

+ 1 - 0
src/ufo-anka-backproject-task.c

@@ -32,6 +32,7 @@
 
 /* Copy only neccessary projection region */
 /* TODO: make this a parameter? */
+/* Wait with enabling this until sync issues in ufo-core have been solved */
 #define COPY_PROJECTION_REGION 0
 #define EXTRACT_FLOAT(region, index) g_value_get_float (g_value_array_get_nth ((region), (index)))
 #define REGION_SIZE(region) ((EXTRACT_INT ((region), 2)) == 0) ? 0 : \