mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
extraneous pointer cast
This commit is contained in:
@ -154,7 +154,7 @@ void jumpCyclicFvPatchField<Type>::updateInterfaceMatrix
|
||||
label sizeby2 = this->size()/2;
|
||||
const unallocLabelList& faceCells = this->cyclicPatch().faceCells();
|
||||
|
||||
if (long(&psiInternal) == long(&this->internalField()))
|
||||
if (&psiInternal == &this->internalField())
|
||||
{
|
||||
tmp<Field<scalar> > tjf = jump();
|
||||
const Field<scalar>& jf = tjf();
|
||||
|
||||
Reference in New Issue
Block a user