Update FeaturePartFuse.cpp
Fixed typo error
This commit is contained in:
committed by
wwmayer
parent
ead8ad8339
commit
35e9756389
@@ -134,7 +134,7 @@ App::DocumentObjectExecReturn *MultiFuse::execute()
|
||||
|
||||
mkFuse.SetArguments(shapeArguments);
|
||||
mkFuse.SetTools(shapeTools);
|
||||
mkFuse.SetParallelRun(true);
|
||||
mkFuse.SetRunParallel(true);
|
||||
mkFuse.Build();
|
||||
if (!mkFuse.IsDone())
|
||||
throw Base::RuntimeError("MultiFusion failed");
|
||||
|
||||
Reference in New Issue
Block a user