mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Removed unnecessary type info
This commit is contained in:
@ -79,10 +79,6 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("pressureGradient");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Construct from mesh
|
||||
@ -91,7 +87,7 @@ public:
|
||||
CloudType& owner,
|
||||
const fvMesh& mesh,
|
||||
const dictionary& dict,
|
||||
const word& forceType = typeName
|
||||
const word& forceType
|
||||
);
|
||||
|
||||
//- Construct copy
|
||||
|
||||
Reference in New Issue
Block a user