Skip to content
Snippets Groups Projects
Commit 7f71aadf authored by Andrew Heather's avatar Andrew Heather
Browse files

cosmetics

parent 761ccd2b
No related branches found
No related tags found
No related merge requests found
...@@ -69,14 +69,8 @@ public: ...@@ -69,14 +69,8 @@ public:
kinematicCloud(); kinematicCloud();
// Destructors //- Destructor
virtual ~kinematicCloud();
virtual ~kinematicCloud();
// Member Functions
// Access
}; };
......
...@@ -69,14 +69,8 @@ public: ...@@ -69,14 +69,8 @@ public:
reactingCloud(); reactingCloud();
// Destructors //- Destructor
virtual ~reactingCloud();
virtual ~reactingCloud();
// Member Functions
// Access
}; };
......
...@@ -69,9 +69,8 @@ public: ...@@ -69,9 +69,8 @@ public:
thermoCloud(); thermoCloud();
// Destructors //- Destructor
virtual ~thermoCloud();
virtual ~thermoCloud();
// Member Functions // Member Functions
......
...@@ -114,8 +114,11 @@ void Foam::InjectionModel<CloudType>::findCellAtPosition ...@@ -114,8 +114,11 @@ void Foam::InjectionModel<CloudType>::findCellAtPosition
{ {
FatalErrorIn FatalErrorIn
( (
"InjectionModel<CloudType>::findCellAtPosition" "Foam::InjectionModel<CloudType>::findCellAtPosition"
"(label&, vector&)" "(\n"
" label&,\n"
" vector&\n"
")"
)<< "Cannot find parcel injection cell. " )<< "Cannot find parcel injection cell. "
<< "Parcel position = " << p0 << nl << "Parcel position = " << p0 << nl
<< abort(FatalError); << abort(FatalError);
...@@ -231,7 +234,11 @@ Foam::InjectionModel<CloudType>::InjectionModel ...@@ -231,7 +234,11 @@ Foam::InjectionModel<CloudType>::InjectionModel
FatalErrorIn FatalErrorIn
( (
"Foam::InjectionModel<CloudType>::InjectionModel" "Foam::InjectionModel<CloudType>::InjectionModel"
"(const dictionary&, CloudType&, const word&)" "(\n"
" const dictionary&,\n"
" CloudType&,\n"
" const word&\n"
")"
)<< "parcelBasisType must be either 'number' or 'mass'" << nl )<< "parcelBasisType must be either 'number' or 'mass'" << nl
<< exit(FatalError); << exit(FatalError);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment