mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor code cleanup for codeStream/codedFixedValueFvPatchScalarField
This commit is contained in:
@ -109,6 +109,11 @@ class codeStream
|
||||
:
|
||||
public functionEntry
|
||||
{
|
||||
|
||||
//- Interpreter function type
|
||||
typedef void (*streamingFunctionType)(Ostream&, const dictionary&);
|
||||
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
|
||||
Reference in New Issue
Block a user