mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fix documentation typos
This commit is contained in:
@ -400,7 +400,7 @@ public:
|
||||
//- Clear the dictionary
|
||||
void clear();
|
||||
|
||||
//- Transfer the contents of the argument and annull the argument.
|
||||
//- Transfer the contents of the argument and annul the argument.
|
||||
void transfer(dictionary&);
|
||||
|
||||
//- Transfer contents to the Xfer container
|
||||
|
||||
@ -151,7 +151,7 @@ public:
|
||||
void clear();
|
||||
|
||||
//- Transfer the contents of the argument Matrix into this Matrix
|
||||
// and annull the argument Matrix.
|
||||
// and annul the argument Matrix.
|
||||
void transfer(Matrix<Form, Type>&);
|
||||
|
||||
|
||||
|
||||
@ -396,10 +396,10 @@ public:
|
||||
const labelHashSet& include
|
||||
) const;
|
||||
|
||||
//- Transfer the contents of the argument and annull the argument
|
||||
//- Transfer the contents of the argument and annul the argument
|
||||
void transfer(MeshedSurface<Face>&);
|
||||
|
||||
//- Transfer the contents of the argument and annull the argument
|
||||
//- Transfer the contents of the argument and annul the argument
|
||||
void transfer(UnsortedMeshedSurface<Face>&);
|
||||
|
||||
//- Transfer contents to the Xfer container
|
||||
|
||||
@ -334,10 +334,10 @@ public:
|
||||
const Xfer< List<label> >& zoneIds
|
||||
);
|
||||
|
||||
//- Transfer the contents of the argument and annull the argument
|
||||
//- Transfer the contents of the argument and annul the argument
|
||||
void transfer(UnsortedMeshedSurface<Face>&);
|
||||
|
||||
//- Transfer the contents of the argument and annull the argument
|
||||
//- Transfer the contents of the argument and annul the argument
|
||||
void transfer(MeshedSurface<Face>&);
|
||||
|
||||
//- Transfer contents to the Xfer container
|
||||
|
||||
@ -257,7 +257,7 @@ public:
|
||||
);
|
||||
|
||||
|
||||
//- Transfer the contents of the argument and annull the argument
|
||||
//- Transfer the contents of the argument and annul the argument
|
||||
void transfer(MeshedSurface<face>&);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user