We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f0e4a2 + bb70116 commit 383c9b0Copy full SHA for 383c9b0
src/gpl/src/replace.cpp
@@ -442,6 +442,8 @@ float Replace::getUniformTargetDensity(int threads)
442
log_->info(GPL, 22, "Initialize gpl and calculate uniform density.");
443
log_->redirectStringBegin();
444
445
+ setSkipIoMode(true); // in case bterms are not placed
446
+
447
float density = 1.0f;
448
if (initNesterovPlace(threads)) {
449
density = nbVec_[0]->getUniformTargetDensity();
0 commit comments