mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Corrected spelling in comments
Resolves bug-report https://bugs.openfoam.org/view.php?id=2844
This commit is contained in:
@ -460,7 +460,7 @@ void syncPoints
|
||||
}
|
||||
|
||||
//- Note: hasTransformation is only used for warning messages so
|
||||
// reduction not strictly nessecary.
|
||||
// reduction not strictly necessary.
|
||||
//reduce(hasTransformation, orOp<bool>());
|
||||
|
||||
// Synchronize multiple shared points.
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -94,13 +94,13 @@ public:
|
||||
return mirrorMeshPtr_();
|
||||
}
|
||||
|
||||
//- Mirrorred to original cell
|
||||
//- Mirrored to original cell
|
||||
const labelList& cellMap() const
|
||||
{
|
||||
return cellMapPtr_();
|
||||
}
|
||||
|
||||
//- Mirrorred to original point
|
||||
//- Mirrored to original point
|
||||
const labelList& pointMap() const
|
||||
{
|
||||
return pointMapPtr_();
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -81,7 +81,7 @@ int main(int argc, char *argv[])
|
||||
// Set the precision of the points data to 10
|
||||
IOstream::defaultPrecision(max(10u, IOstream::defaultPrecision()));
|
||||
|
||||
// Generate the mirrorred mesh
|
||||
// Generate the mirrored mesh
|
||||
const fvMesh& mMesh = mesh.mirrorMesh();
|
||||
|
||||
const_cast<fvMesh&>(mMesh).setInstance(mesh.facesInstance());
|
||||
|
||||
Reference in New Issue
Block a user