Skip to content
Snippets Groups Projects
Commit db50024d authored by mattijs's avatar mattijs
Browse files

ENH: probeLocations: force use of 'word' IOoutputFilter constructor

parent 00f23290
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -49,7 +49,7 @@ int main(int argc, char *argv[]) ...@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
( (
probes::typeName, probes::typeName,
mesh, mesh,
"probesDict", word("probesDict"), // force the use of the system directory
IOobject::MUST_READ, IOobject::MUST_READ,
true true
); );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment