mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: relocate zero_one to pTraits, allows reuse for scalar clamping
ENH: add pTraits and IO for std::int8_t STYLE: cull some implicitly available includes - pTraits.H is included by label/scalar etc - zero.H is included by UList STYLE: cull redundant forward declarations for Istream/Ostream
This commit is contained in:
@ -56,8 +56,8 @@ SourceFiles
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef isoSurfaceParams_H
|
||||
#define isoSurfaceParams_H
|
||||
#ifndef Foam_isoSurfaceParams_H
|
||||
#define Foam_isoSurfaceParams_H
|
||||
|
||||
#include "boundBox.H"
|
||||
#include "Enum.H"
|
||||
@ -69,7 +69,6 @@ namespace Foam
|
||||
|
||||
// Forward Declarations
|
||||
class dictionary;
|
||||
class Ostream;
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class isoSurfaceSelector Declaration
|
||||
|
||||
Reference in New Issue
Block a user