mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Fix some typos
This commit is contained in:
@ -85,7 +85,7 @@ int main(int argc, char *argv[])
|
|||||||
(
|
(
|
||||||
dynamicTreeDataPoint(pointList),
|
dynamicTreeDataPoint(pointList),
|
||||||
overallBb, // overall search domain
|
overallBb, // overall search domain
|
||||||
20, // max levels; n/a
|
20, // max levels
|
||||||
100, // maximum ratio of cubes v.s. cells
|
100, // maximum ratio of cubes v.s. cells
|
||||||
100.0 // max. duplicity; n/a since no bounding boxes.
|
100.0 // max. duplicity; n/a since no bounding boxes.
|
||||||
);
|
);
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
wmake/rules/General/CGAL
|
|
||||||
|
|
||||||
-lboost_thread
|
|
||||||
-lboost_thread-mt
|
|
||||||
|
|
||||||
@ -881,7 +881,7 @@ void Foam::globalMeshData::calcGlobalEdgeSlaves() const
|
|||||||
// the transformations.
|
// the transformations.
|
||||||
|
|
||||||
|
|
||||||
// 1. collect point connectivity - basically recreating globalPoints ouput.
|
// 1. collect point connectivity - basically recreating globalPoints output.
|
||||||
// All points will now have a string of points. The transforms are
|
// All points will now have a string of points. The transforms are
|
||||||
// in respect to the master.
|
// in respect to the master.
|
||||||
List<labelPairList> allPointConnectivity;
|
List<labelPairList> allPointConnectivity;
|
||||||
|
|||||||
@ -51,7 +51,7 @@ Description
|
|||||||
The exchange needs
|
The exchange needs
|
||||||
- a field of data
|
- a field of data
|
||||||
- a mapDistribute which does all parallel exchange and transformations
|
- a mapDistribute which does all parallel exchange and transformations
|
||||||
This appens remote data to the end of the field
|
This appends remote data to the end of the field.
|
||||||
- a set of indices which indicate where to get untransformed data in the
|
- a set of indices which indicate where to get untransformed data in the
|
||||||
field
|
field
|
||||||
- a set of indices which indicate where to get transformed data in the
|
- a set of indices which indicate where to get transformed data in the
|
||||||
|
|||||||
@ -230,7 +230,7 @@ void Foam::hierarchGeomDecomp::findBinary
|
|||||||
if (returnReduce(hasNotChanged, andOp<bool>()))
|
if (returnReduce(hasNotChanged, andOp<bool>()))
|
||||||
{
|
{
|
||||||
WarningIn("hierarchGeomDecomp::findBinary(..)")
|
WarningIn("hierarchGeomDecomp::findBinary(..)")
|
||||||
<< "unable to find desired deomposition split, making do!"
|
<< "unable to find desired decomposition split, making do!"
|
||||||
<< endl;
|
<< endl;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user