Re-enable some disabled functionality in the 0.6 branch

This commit is contained in:
Thomas Krijnen
2018-12-28 16:02:03 +01:00
parent 13d2cf3357
commit 2c8a79e186
2 changed files with 13 additions and 31 deletions
-2
View File
@@ -682,8 +682,6 @@ int main(int argc, char** argv)
return EXIT_FAILURE;
}
throw std::runtime_error("needs more work");
if (!quiet) Logger::Status("Computing bounds...");
context_iterator.compute_bounds();
if (!quiet) Logger::Status("Done!");