Skip to content

Commit ee75fb4

Browse files
committed
change constants
1 parent 396ec5c commit ee75fb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Common/src/geometry/CGeometry.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,9 +2468,8 @@ su2double CGeometry::GetSurfaceArea(const CConfig* config, unsigned short val_ma
24682468
}
24692469

24702470
void CGeometry::ComputeModifiedSymmetryNormals(const CConfig* config) {
2471-
const su2double MIN_AREA = 1e-12; // minimum area to consider a normal valid
2472-
const su2double PARALLEL_TOLERANCE =
2473-
0.001; // ~2.5 degrees, minimum angle between symmetry planes to consider them non-parallel
2471+
const su2double MIN_AREA = 1e-12; // minimum area to consider a normal valid
2472+
const su2double PARALLEL_TOLERANCE = 0.001; // min. angle between symm. planes to consider them non-parallel.
24742473

24752474
/* Check how many symmetry planes there are and use the first (lowest ID) as the basis to orthogonalize against.
24762475
* All nodes that are shared by multiple symmetries have to get a corrected normal. */

0 commit comments

Comments
 (0)