mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cosmetics
This commit is contained in:
@ -92,7 +92,6 @@ inline Foam::IStringStream Foam::argList::optionLookup(const word& opt) const
|
|||||||
|
|
||||||
namespace Foam
|
namespace Foam
|
||||||
{
|
{
|
||||||
|
|
||||||
// Template specialization for string
|
// Template specialization for string
|
||||||
template<>
|
template<>
|
||||||
inline Foam::string
|
inline Foam::string
|
||||||
@ -116,9 +115,7 @@ namespace Foam
|
|||||||
{
|
{
|
||||||
return option(opt);
|
return option(opt);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
} // End namespace Foam
|
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||||
|
|||||||
Reference in New Issue
Block a user