mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: adjust some line lengths, doxygen comments
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
(
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user