Skip to content

Commit 0cc4c43

Browse files
committed
Fix wrong corefactor warning, fixes #4615
1 parent 553310f commit 0cc4c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contractor/contractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace contractor
4242

4343
int Contractor::Run()
4444
{
45-
if (config.core_factor)
45+
if (config.core_factor != 1.0)
4646
{
4747
util::Log(logWARNING)
4848
<< "Using core factor is deprecated and will be ignored. Falling back to CH.";

0 commit comments

Comments
 (0)