utilities: Fix warnings about readUpdate enumeration comparisons
This commit is contained in:
@ -147,7 +147,7 @@ int Foam::vtkPVFoam::setTime(int nRequest, const double requestTimes[])
|
||||
if
|
||||
(
|
||||
meshPtr_->readUpdate(fvMesh::stitchType::nonGeometric)
|
||||
!= polyMesh::UNCHANGED
|
||||
!= fvMesh::UNCHANGED
|
||||
)
|
||||
{
|
||||
meshChanged_ = true;
|
||||
|
||||
Reference in New Issue
Block a user