Skip to content

Commit 49fd280

Browse files
committed
tabs and spaces
1 parent 24cd33a commit 49fd280

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Common/src/geometry/CPhysicalGeometry.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4391,8 +4391,8 @@ void CPhysicalGeometry::Check_IntElem_Orientation(const CConfig *config) {
43914391
if (elem[iElem]->GetVTK_Type() == TRIANGLE) {
43924392

43934393
if (checkTria(iElem,0,1,2)) {
4394-
elem[iElem]->Change_Orientation();
4395-
tria_flip++;
4394+
elem[iElem]->Change_Orientation();
4395+
tria_flip++;
43964396
}
43974397
}
43984398

@@ -4419,8 +4419,8 @@ void CPhysicalGeometry::Check_IntElem_Orientation(const CConfig *config) {
44194419
if (elem[iElem]->GetVTK_Type() == TETRAHEDRON) {
44204420

44214421
if (checkTetra(iElem,0,1,2,3) < 0.0) {
4422-
elem[iElem]->Change_Orientation();
4423-
tet_flip++;
4422+
elem[iElem]->Change_Orientation();
4423+
tet_flip++;
44244424
}
44254425
}
44264426

@@ -4466,7 +4466,7 @@ void CPhysicalGeometry::Check_IntElem_Orientation(const CConfig *config) {
44664466
bool test_4 = checkTetra(iElem,4,7,6,3);
44674467

44684468
if (test_1 && test_2 && test_3 && test_4) {
4469-
elem[iElem]->Change_Orientation();
4469+
elem[iElem]->Change_Orientation();
44704470
hexa_flip++;
44714471
}
44724472
else if (test_1 || test_2 || test_3 || test_4) {

0 commit comments

Comments
 (0)