STYLE: probes: typo
This commit is contained in:
parent
d9974de958
commit
fe0f17a8e4
@ -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-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -323,7 +323,7 @@ void Foam::probes::read(const dictionary& dict)
|
|||||||
dict.lookup("probeLocations") >> *this;
|
dict.lookup("probeLocations") >> *this;
|
||||||
dict.lookup("fields") >> fieldSelection_;
|
dict.lookup("fields") >> fieldSelection_;
|
||||||
|
|
||||||
// redetermined all cell locations
|
// Re-determine all cell locations
|
||||||
findElements(mesh_);
|
findElements(mesh_);
|
||||||
prepare();
|
prepare();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user