mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: foamyHexMesh: Remove unused code
This commit is contained in:
@ -49,7 +49,6 @@ void rayShooting::splitLine
|
||||
{
|
||||
Foam::point midPoint(l.centre());
|
||||
const scalar localCellSize(cellShapeControls().cellSize(midPoint));
|
||||
const scalar lineLength(l.mag());
|
||||
|
||||
const scalar minDistFromSurfaceSqr
|
||||
(
|
||||
@ -64,6 +63,8 @@ void rayShooting::splitLine
|
||||
)
|
||||
{
|
||||
// Add extra points if line length is much bigger than local cell size
|
||||
// const scalar lineLength(l.mag());
|
||||
//
|
||||
// if (lineLength > 4.0*localCellSize)
|
||||
// {
|
||||
// splitLine
|
||||
|
||||
Reference in New Issue
Block a user