mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Consistency updates after Foundation merge and code tidying
This commit is contained in:
@ -78,17 +78,13 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
<<<<<<< HEAD:src/OpenFOAM/primitives/functions/DataEntry/Constant/Constant.H
|
||||
//- Construct from components
|
||||
Constant
|
||||
(
|
||||
const word& entryName,
|
||||
const Type& value,
|
||||
const dimensionSet& dimensions = dimless
|
||||
const Type& value
|
||||
);
|
||||
|
||||
=======
|
||||
>>>>>>> foundation:src/OpenFOAM/primitives/functions/Function1/Constant/Constant.H
|
||||
//- Construct from entry name and dictionary
|
||||
Constant(const word& entryName, const dictionary& dict);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user