mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: tetCell: namespace error
This commit is contained in:
@ -269,7 +269,7 @@ public:
|
||||
) const
|
||||
{
|
||||
// tetVertexGlobalIndices
|
||||
tetCell tVGI(-1);
|
||||
Foam::tetCell tVGI;
|
||||
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user