From 09463aaa9f7c08785944499fe3a8a09cdc586725 Mon Sep 17 00:00:00 2001 From: henry <Henry Weller h.weller@opencfd.co.uk> Date: Tue, 30 Dec 2008 23:02:05 +0000 Subject: [PATCH] Further correction for commit bf92e86. --- .../sampling/probeLocations/probeLocations.C | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/applications/utilities/postProcessing/sampling/probeLocations/probeLocations.C b/applications/utilities/postProcessing/sampling/probeLocations/probeLocations.C index 4e960a7415b..c2998ec8cf6 100644 --- a/applications/utilities/postProcessing/sampling/probeLocations/probeLocations.C +++ b/applications/utilities/postProcessing/sampling/probeLocations/probeLocations.C @@ -44,7 +44,14 @@ int main(int argc, char *argv[]) instantList timeDirs = timeSelector::select0(runTime, args); # include "createMesh.H" - IOprobes sniff(mesh, "probesDict", IOobject::MUST_READ, true); + IOprobes sniff + ( + probes::typeName, + mesh, + "probesDict", + IOobject::MUST_READ, + true + ); forAll(timeDirs, timeI) { -- GitLab