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
03f50a8b
Commit
03f50a8b
authored
Oct 14, 2008
by
mattijs
Browse files
point merge check
parent
c7827342
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C
View file @
03f50a8b
...
...
@@ -2617,6 +2617,13 @@ void Foam::polyTopoChange::removePoint
<<
abort
(
FatalError
);
}
if
(
pointI
==
mergePointI
)
{
FatalErrorIn
(
"polyTopoChange::removePoint(const label, const label)"
)
<<
"Cannot remove/merge point "
<<
pointI
<<
" onto itself."
<<
abort
(
FatalError
);
}
points_
[
pointI
]
=
greatPoint
;
pointMap_
[
pointI
]
=
-
1
;
if
(
mergePointI
>=
0
)
...
...
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