mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected comments to conform to Mark's orthography rules ;-)
This commit is contained in:
@ -227,7 +227,7 @@ Foam::fvMatrix<Type>::fvMatrix
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the boundary coefficients of psi without changing it's event No.
|
// Update the boundary coefficients of psi without changing its event No.
|
||||||
GeometricField<Type, fvPatchField, volMesh>& psiRef =
|
GeometricField<Type, fvPatchField, volMesh>& psiRef =
|
||||||
const_cast<GeometricField<Type, fvPatchField, volMesh>&>(psi_);
|
const_cast<GeometricField<Type, fvPatchField, volMesh>&>(psi_);
|
||||||
|
|
||||||
|
|||||||
@ -170,7 +170,7 @@ public:
|
|||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
//- Take this referredCell object that has already had it's transform
|
//- Take this referredCell object that has already had its transform
|
||||||
// calculated and refer it on again, retaining same source info.
|
// calculated and refer it on again, retaining same source info.
|
||||||
referredCell reRefer
|
referredCell reRefer
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user