Skip to content
GitLab
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
30309e9a
Commit
30309e9a
authored
May 29, 2018
by
Mark OLESEN
Browse files
COMP: 64-bit label ambiguity
parent
7e270fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fileFormats/ensight/file/ensightCase.C
View file @
30309e9a
...
...
@@ -508,7 +508,7 @@ void Foam::ensightCase::write() const
}
if
(
tsCloud
<
0
)
{
tsCloud
=
1
+
std
::
max
(
1
,
tsGeom
);
// Next available timeset
tsCloud
=
1
+
std
::
max
(
label
(
1
)
,
tsGeom
);
// Next available timeset
}
writeHeader
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment