Skip to content
Snippets Groups Projects
Commit 02d1f5d6 authored by william's avatar william Committed by Andrew Heather
Browse files

BUG: mantis #1404: Typos

parent 807b9d27
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -48,7 +48,7 @@ defineTypeNameAndDebug(IOobject, 0);
// "foo/bar/" ERROR - no name
// "foo/xxx/bar" ("foo", "xxx", "bar")
// "foo/xxx/yyy/bar" ("foo", "xxx/yyy", "bar")
bool Foam::IOobject::IOobject::fileNameComponents
bool Foam::IOobject::fileNameComponents
(
const fileName& path,
fileName& instance,
......
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -128,7 +128,7 @@ Foam::OSstream& Foam::error::operator()
}
Foam::error::operator OSstream&()
Foam::error::operator Foam::OSstream&()
{
if (!messageStreamPtr_->good())
{
......@@ -142,7 +142,7 @@ Foam::error::operator OSstream&()
}
Foam::error::operator dictionary() const
Foam::error::operator Foam::dictionary() const
{
dictionary errDict;
......
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -372,7 +372,7 @@ Foam::triad Foam::triad::sortxyz() const
Foam::triad::operator quaternion() const
Foam::triad::operator Foam::quaternion() const
{
tensor R;
......
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