Skip to content
Snippets Groups Projects
Commit 5cc5c1c2 authored by Franjo's avatar Franjo
Browse files

Merge branch 'development' into release

parents 59c227d8 8d1c13ea
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,10 @@ void createFundamentalSheetsJFS::createSheetsAtFeatureEdges()
front.setSize(front.size()+localFront.size());
}
# ifdef USE_OMP
# pragma omp barrier
# endif
//- copy the local front into the global front
forAll(localFront, lfI)
front[frontStart+lfI] = localFront[lfI];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment