Skip to content

Commit

Permalink
Fixed a flag in phonetisaurus-g2prnn.cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliopaci committed Aug 28, 2017
1 parent fadcb5d commit 5c5b4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/phonetisaurus-g2prnn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int main (int argc, char* argv []) {
cout << "Either --wordlist or --word must be set!" << endl;
}

#ifndef _OPENMP
#ifdef _OPENMP
omp_set_num_threads (FLAGS_threads);
#endif
vector<string> corpus;
Expand Down

0 comments on commit 5c5b4ca

Please sign in to comment.