mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Resolved compiler warnings
This commit is contained in:
@ -106,7 +106,6 @@ bool Foam::DTRMParticle::move
|
||||
//Cache old data of particle to use for reflected particle
|
||||
const point pos0 = position();
|
||||
const label cell1 = cell();
|
||||
const tetIndices tetIs = this->currentTetIndices();
|
||||
|
||||
scalar f = 1 - stepFraction();
|
||||
const vector s = p1() - p0() - deviationFromMeshCentre();
|
||||
|
||||
Reference in New Issue
Block a user