STYLE: Fix some typos

This commit is contained in:
laurence
2012-12-11 16:38:39 +00:00
parent 9cd695220d
commit 4be7afde0a
10 changed files with 12 additions and 17 deletions

View File

@ -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.
); );

View File

@ -1,5 +0,0 @@
wmake/rules/General/CGAL
-lboost_thread
-lboost_thread-mt

View File

@ -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;

View File

@ -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

View File

@ -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;
} }