mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: partial revert for 5cfa97624e
This commit is contained in:
@ -27,16 +27,12 @@ License
|
||||
|
||||
// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * //
|
||||
|
||||
Foam::autoPtr<Foam::frictionalStressModel>
|
||||
Foam::frictionalStressModel::New
|
||||
Foam::autoPtr<Foam::frictionalStressModel> Foam::frictionalStressModel::New
|
||||
(
|
||||
const dictionary& dict
|
||||
)
|
||||
{
|
||||
const word modelType
|
||||
(
|
||||
dict.lookup("frictionalStressModel")
|
||||
);
|
||||
const word modelType(dict.lookup("frictionalStressModel"));
|
||||
|
||||
Info<< "Selecting frictionalStressModel " << modelType << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user