Quellcode durchsuchen

Comment on not copying only a ROI from projections

Tomas Farago vor 8 Jahren
Ursprung
Commit
a4605b8e24
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 : \