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
7798c4fe
Commit
7798c4fe
authored
Oct 01, 2009
by
mattijs
Browse files
write access to tag
parent
74fade9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/IOstreams/Pstreams/Pstream.C
View file @
7798c4fe
...
...
@@ -217,7 +217,7 @@ bool Foam::Pstream::parRun_(false);
Foam
::
List
<
int
>
Foam
::
Pstream
::
procIDs_
(
1
,
0
);
// Standard transfer message type
const
int
Foam
::
Pstream
::
msgType_
(
1
);
int
Foam
::
Pstream
::
msgType_
(
1
);
// Linear communication schedule
Foam
::
List
<
Foam
::
Pstream
::
commsStruct
>
Foam
::
Pstream
::
linearCommunication_
(
0
);
...
...
src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H
View file @
7798c4fe
...
...
@@ -163,7 +163,7 @@ private:
static
bool
parRun_
;
static
List
<
int
>
procIDs_
;
static
const
int
msgType_
;
static
int
msgType_
;
static
List
<
commsStruct
>
linearCommunication_
;
static
List
<
commsStruct
>
treeCommunication_
;
...
...
@@ -337,11 +337,12 @@ public:
}
//- Message tag of standard messages
static
int
msgType
()
static
int
&
msgType
()
{
return
msgType_
;
}
//- Get the communications type of the stream
commsTypes
commsType
()
const
{
...
...
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