mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated warning message re mantis #442
This commit is contained in:
@ -555,9 +555,13 @@ Foam::List<Foam::tetIndices> Foam::polyMeshTetDecomposition::faceTetIndices
|
||||
{
|
||||
WarningIn
|
||||
(
|
||||
"Foam::List<Foam::FixedList<Foam::label, 4> >"
|
||||
"Foam::Cloud<ParticleType>::"
|
||||
"faceTetIndices(label fI, label cI) const"
|
||||
"Foam::List<Foam::tetIndices> "
|
||||
"Foam::polyMeshTetDecomposition::faceTetIndices"
|
||||
"("
|
||||
"const polyMesh&, "
|
||||
"label, "
|
||||
"label"
|
||||
")"
|
||||
)
|
||||
<< "No base point for face " << fI << ", " << f
|
||||
<< ", produces a valid tet decomposition."
|
||||
|
||||
Reference in New Issue
Block a user