mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
@@ -415,8 +415,9 @@ std::vector<MatchVectType> SubstructMatch(
|
||||
if (nt == 1) {
|
||||
detail::ResSubstructMatchHelper_(args, &matches, 0,
|
||||
resMolSupplier.length());
|
||||
}
|
||||
#ifdef RDK_THREADSAFE_SSS
|
||||
} else {
|
||||
else {
|
||||
std::vector<std::future<void>> tg;
|
||||
std::vector<std::vector<MatchVectType> *> matchesThread(nt);
|
||||
unsigned int ei = 0;
|
||||
|
||||
Reference in New Issue
Block a user