STYLE: adjust some line lengths, doxygen comments

This commit is contained in:
Mark Olesen
2017-07-20 13:50:35 +02:00
parent f304c7e830
commit 2c69b7d7c4
27 changed files with 117 additions and 79 deletions

View File

@ -307,7 +307,8 @@ void Foam::ensightCase::noteCloud
else
{
FatalErrorInFunction
<< "Tried to add a cloud variable for writing without having added a cloud"
<< "Tried to add a cloud variable for writing"
<< " - without having added a cloud"
<< abort(FatalError);
}
}

View File

@ -280,12 +280,12 @@ public:
) const;
//- Open stream for new data file (on master), using the current index.
//- Open stream for new data file (on master), with current index.
template<class Type>
autoPtr<ensightFile> newData(const word& varName) const;
//- Open stream for new cloud data file (on master), using the current index.
//- Open stream for new cloud data file (on master), with current index.
template<class Type>
autoPtr<ensightFile> newCloudData
(

View File

@ -147,7 +147,11 @@ public:
// Public Member Functions
//- Resolve base file-name for the given file-type
static fileName starFileName(const fileName& baseName, const enum fileExt);
static fileName starFileName
(
const fileName& baseName,
const enum fileExt
);
//- Remove existing PROSTAR files for the given base file-name