mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor typos in comments
This commit is contained in:
@ -96,7 +96,7 @@ public:
|
||||
//- Construct from dictionary
|
||||
Hanning(const dictionary& dict, const label nSamples);
|
||||
|
||||
//- Destuctor
|
||||
//- Destructor
|
||||
virtual ~Hanning();
|
||||
|
||||
|
||||
|
||||
@ -72,7 +72,7 @@ public:
|
||||
//- Construct from dictionary
|
||||
uniform(const dictionary& dict, const label nSamples);
|
||||
|
||||
//- Destuctor
|
||||
//- Destructor
|
||||
virtual ~uniform();
|
||||
};
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ public:
|
||||
);
|
||||
|
||||
|
||||
//- Destuctor
|
||||
//- Destructor
|
||||
virtual ~windowModel();
|
||||
|
||||
|
||||
|
||||
@ -864,7 +864,7 @@ Foam::meshToMesh::mapTgtToSrc
|
||||
|
||||
PtrList<fvPatchField<Type>> srcPatchFields(srcBm.size());
|
||||
|
||||
// constuct src boundary patch types as copy of 'field' boundary types
|
||||
// construct src boundary patch types as copy of 'field' boundary types
|
||||
// note: this will provide place holders for fields with additional
|
||||
// entries, but these values will need to be reset
|
||||
forAll(srcPatchID_, i)
|
||||
|
||||
Reference in New Issue
Block a user