mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Correcting typos
This commit is contained in:
@ -105,7 +105,7 @@ multiLevelCoeffs
|
||||
|
||||
|
||||
|
||||
// Other example coefficents
|
||||
// Other example coefficients
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -75,7 +75,7 @@ Foam::faFieldReconstructor::reconstructFaAreaField
|
||||
PtrList<faPatchField<Type> > patchFields(mesh_.boundary().size());
|
||||
|
||||
|
||||
// Create global mesh patchs starts
|
||||
// Create global mesh patches starts
|
||||
|
||||
labelList gStarts(mesh_.boundary().size(), -1);
|
||||
|
||||
|
||||
@ -194,7 +194,7 @@ Foam::processorFaMeshes::processorFaMeshes
|
||||
// || stat == fvMesh::TOPO_PATCH_CHANGE
|
||||
// )
|
||||
// {
|
||||
// // Reread all meshes and addresssing
|
||||
// // Reread all meshes and addressing
|
||||
// read();
|
||||
// }
|
||||
// return stat;
|
||||
|
||||
Reference in New Issue
Block a user