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
803556d7
Commit
803556d7
authored
Mar 01, 2010
by
Andrew Heather
Browse files
ENH: initialised edge values to avoid compiler warning msg
parent
f88d85ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/conversion/star3ToFoam/createCoupleMatches.C
View file @
803556d7
...
...
@@ -884,7 +884,7 @@ void starMesh::createCoupleMatches()
<<
"newSlaveEdges: "
<<
newSlaveEdges
<<
endl
;
# endif
edge
startEdge
;
edge
startEdge
(
-
1
,
-
1
)
;
// Remember where the start edge was found:
// 0 for not found
...
...
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