From 09463aaa9f7c08785944499fe3a8a09cdc586725 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 30 Dec 2008 23:02:05 +0000 Subject: [PATCH 1/2] 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 4e960a7415..c2998ec8cf 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) { From cdfc52d2dd16f1c3a7f27894ac1d898de964fe33 Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 31 Dec 2008 08:41:27 +0000 Subject: [PATCH 2/2] Returned the web address to original location, it looked like it had got lost and forgotten about. --- src/OpenFOAM/db/IOobject/IOobjectI.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/db/IOobject/IOobjectI.H b/src/OpenFOAM/db/IOobject/IOobjectI.H index 20425b8a7d..c87575b5b9 100644 --- a/src/OpenFOAM/db/IOobject/IOobjectI.H +++ b/src/OpenFOAM/db/IOobject/IOobjectI.H @@ -65,8 +65,8 @@ inline void Foam::IOobject::writeBanner(Stream& os, bool noHint) "| ========= | |\n" "| \\\\ / F ield | OpenFOAM: The Open Source CFD Toolbox |\n" "| \\\\ / O peration | Version: " << FOAMversion << spaces << "|\n" - "| \\\\ / A nd | |\n" - "| \\\\/ M anipulation | www.OpenFOAM.org |\n" + "| \\\\ / A nd | Web: www.OpenFOAM.org |\n" + "| \\\\/ M anipulation | |\n" "\\*---------------------------------------------------------------------------*/\n"; }