pcbnew: fix OpenMP synch issue
Fixes: lp:1778454 * https://bugs.launchpad.net/kicad/+bug/1778454
This commit is contained in:
parent
0748c118dd
commit
b0b5d91390
|
@ -379,7 +379,7 @@ void CN_CONNECTIVITY_ALGO::searchConnections()
|
|||
#endif
|
||||
|
||||
#ifdef USE_OPENMP
|
||||
#pragma omp for
|
||||
#pragma omp parallel for
|
||||
#endif
|
||||
for( int i = 0; i < m_zoneList.Size(); i++ )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue