mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
MRG: merged develop line back into integration branch
This commit is contained in:
@ -13,8 +13,8 @@ EXE_INC = \
|
||||
${CGAL_INC} \
|
||||
${c++CGALWARN} \
|
||||
-I.. \
|
||||
-I$(FOAM_SRC)/surfMesh/lnInclude \
|
||||
-I$(FOAM_SRC)/triSurface/lnInclude \
|
||||
-I$(LIB_SRC)/surfMesh/lnInclude \
|
||||
-I$(LIB_SRC)/triSurface/lnInclude \
|
||||
-I$(LIB_SRC)/edgeMesh/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I/usr/include/Qt
|
||||
|
||||
@ -783,7 +783,7 @@ labelPair edgeIntersectionsAndShuffleCGAL
|
||||
const edge& e = edges[edgeI];
|
||||
forAll(e, eI)
|
||||
{
|
||||
vector d = rndGen.vector01()-p05;
|
||||
vector d = rndGen.sample01<vector>() - p05;
|
||||
surf1Points[mp[e[eI]]] += surf1PointTol[e[eI]]*d;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user