foamDictionary.C: fixed typo

This commit is contained in:
Chris Greenshields
2023-03-14 11:33:17 +00:00
parent c5107bc42f
commit 87b606c45e

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2016-2022 OpenFOAM Foundation \\ / A nd | Copyright (C) 2016-2023 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -161,7 +161,7 @@ using namespace Foam;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//- Read dictionary from file and return //- Read dictionary from file and return
// Sets steam to binary mode if specified in the optional header // Sets stream to binary mode if specified in the optional header
IOstream::streamFormat readDict(dictionary& dict, const fileName& dictFileName) IOstream::streamFormat readDict(dictionary& dict, const fileName& dictFileName)
{ {
IOstream::streamFormat dictFormat = IOstream::ASCII; IOstream::streamFormat dictFormat = IOstream::ASCII;