Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d611b859
Commit
d611b859
authored
Dec 31, 2008
by
mattijs
Browse files
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
parents
1d450fbe
cdfc52d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/sampling/probeLocations/probeLocations.C
View file @
d611b859
...
...
@@ -44,7 +44,14 @@ int main(int argc, char *argv[])
instantList
timeDirs
=
timeSelector
::
select0
(
runTime
,
args
);
# include "createMesh.H"
IOprobes
sniff
(
mesh
,
"probesDict"
,
IOobject
::
MUST_READ
,
true
);
IOprobes
sniff
(
probes
::
typeName
,
mesh
,
"probesDict"
,
IOobject
::
MUST_READ
,
true
);
forAll
(
timeDirs
,
timeI
)
{
...
...
src/OpenFOAM/db/IOobject/IOobjectI.H
View file @
d611b859
...
...
@@ -65,8 +65,8 @@ inline void Foam::IOobject::writeBanner(Stream& os, bool noHint)
"| ========= | |
\n
"
"|
\\\\
/ F ield | OpenFOAM: The Open Source CFD Toolbox |
\n
"
"|
\\\\
/ O peration | Version: "
<<
FOAMversion
<<
spaces
<<
"|
\n
"
"|
\\\\
/ A nd |
|
\n
"
"|
\\\\
/ M anipulation |
www.OpenFOAM.org
|
\n
"
"|
\\\\
/ A nd |
Web: www.OpenFOAM.org
|
\n
"
"|
\\\\
/ M anipulation |
|
\n
"
"
\\
*---------------------------------------------------------------------------*/
\n
"
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment