STYLE: remove extra '(' in usage information, doubled ';;'

This commit is contained in:
Mark Olesen
2018-12-21 09:22:06 +01:00
parent a403e72277
commit a9f5f181c6
3 changed files with 5 additions and 5 deletions

View File

@ -98,9 +98,9 @@ Foam::argList::initValidTables::initValidTables()
argList::addOption
(
"hostRoots",
"(((host1 dir1) .. (hostN dirN))",
"slave root directories (per host) for distributed running. "
"The host specification can use a regex.",
"((host1 dir1) .. (hostN dirN))",
"Per-host slave root directories for distributed running."
" The host specification can be a regex.",
true // advanced option
);
validParOptions.set

View File

@ -291,7 +291,7 @@ public:
inline void readIfPresent(Liquid& l, const dictionary& dict);
//- Write the function coefficients
virtual void writeData(Ostream& os) const = 0;;
virtual void writeData(Ostream& os) const = 0;
//- Write the data for each of the property functions
template<class Liquid>

View File

@ -83,7 +83,7 @@ void Foam::waveModel::initialiseGeometry()
for (label paddlei = 0; paddlei < nPaddle_; ++paddlei)
{
xPaddle_[paddlei] = xMid;
yPaddle_[paddlei] = paddlei*paddleDy + yMin + 0.5*paddleDy;;
yPaddle_[paddlei] = paddlei*paddleDy + yMin + 0.5*paddleDy;
}
// Local face centres