Skip to content

Commit 66d66ab

Browse files
committed
Added SCC algorithm selection
1 parent 51c469d commit 66d66ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eval/input_translator.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ void InputTranslator::translate(EvalUserInput& input)
4747
setPWFactory(*pw);
4848
}
4949

50-
//EvalUserInput::MaybeInt scc = input.scc_impl();
51-
//if (scc) {
52-
// setSCCFactory(*scc);
53-
//}
50+
EvalUserInput::MaybeInt scc = input.scc_impl();
51+
if (scc) {
52+
setSCCFactory(*scc);
53+
}
5454
}
5555

5656
} // namespace detail

0 commit comments

Comments
 (0)