Update SGCT

This commit is contained in:
Alexander Bock
2016-09-20 10:11:59 +02:00
parent 6637ae2849
commit 1b4b0f49b6
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -611,10 +611,10 @@ namespace openspace {
}
}
if (depth == 0) {
LDEBUG(indentation << "main rasterIO read: " << io.read.region);
LDEBUG(indentation << "main rasterIO write: " << io.write.region);
}
//if (depth == 0) {
//LDEBUG(indentation << "main rasterIO read: " << io.read.region);
//LDEBUG(indentation << "main rasterIO write: " << io.write.region);
//}
else if (worstError > CPLErr::CE_None) {
LDEBUG(indentation << "Error reading padding: " << worstError);