mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use fileName::expand() instead of stringOps::inplaceExpand
- do not need the stringOps version if there is no dictionary context
This commit is contained in:
@ -28,7 +28,6 @@ License
|
|||||||
#include "fvMesh.H"
|
#include "fvMesh.H"
|
||||||
#include "runTimePostProcessing.H"
|
#include "runTimePostProcessing.H"
|
||||||
#include "addToRunTimeSelectionTable.H"
|
#include "addToRunTimeSelectionTable.H"
|
||||||
#include "stringOps.H"
|
|
||||||
|
|
||||||
// VTK includes
|
// VTK includes
|
||||||
#include "vtkActor.h"
|
#include "vtkActor.h"
|
||||||
@ -130,7 +129,7 @@ addGeometryToScene
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
stringOps::inplaceExpand(inputFileName_);
|
inputFileName_.expand();
|
||||||
if (inputFileName_.empty())
|
if (inputFileName_.empty())
|
||||||
{
|
{
|
||||||
WarningInFunction
|
WarningInFunction
|
||||||
|
|||||||
Reference in New Issue
Block a user