From 3d22c5c265d70b3c1038b2bcfa801eb0ffb59c6f Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Sat, 23 Jun 2018 16:40:51 +0200 Subject: [PATCH] STYLE: use fileName::expand() instead of stringOps::inplaceExpand - do not need the stringOps version if there is no dictionary context --- .../graphics/runTimePostProcessing/functionObjectCloud.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.C b/src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.C index 06c6e2114b..c8786cf1fc 100644 --- a/src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.C +++ b/src/functionObjects/graphics/runTimePostProcessing/functionObjectCloud.C @@ -28,7 +28,6 @@ License #include "fvMesh.H" #include "runTimePostProcessing.H" #include "addToRunTimeSelectionTable.H" -#include "stringOps.H" // VTK includes #include "vtkActor.h" @@ -130,7 +129,7 @@ addGeometryToScene } - stringOps::inplaceExpand(inputFileName_); + inputFileName_.expand(); if (inputFileName_.empty()) { WarningInFunction