Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
02d1f5d6
Commit
02d1f5d6
authored
10 years ago
by
william
Committed by
Andrew Heather
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
BUG: mantis
#1404
: Typos
parent
807b9d27
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/OpenFOAM/db/IOobject/IOobject.C
+2
-2
2 additions, 2 deletions
src/OpenFOAM/db/IOobject/IOobject.C
src/OpenFOAM/db/error/error.C
+3
-3
3 additions, 3 deletions
src/OpenFOAM/db/error/error.C
src/OpenFOAM/primitives/triad/triad.C
+2
-2
2 additions, 2 deletions
src/OpenFOAM/primitives/triad/triad.C
with
7 additions
and
7 deletions
src/OpenFOAM/db/IOobject/IOobject.C
+
2
−
2
View file @
02d1f5d6
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
4
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
,
...
...
This diff is collapsed.
Click to expand it.
src/OpenFOAM/db/error/error.C
+
3
−
3
View file @
02d1f5d6
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/OpenFOAM/primitives/triad/triad.C
+
2
−
2
View file @
02d1f5d6
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-201
4
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment