Skip to content
Snippets Groups Projects
Commit 279e66ac authored by mattijs's avatar mattijs
Browse files

STYLE: FaceCellWave : line length

parent 24c6772a
Branches
Tags
No related merge requests found
...@@ -852,8 +852,8 @@ Foam::label Foam::FaceCellWave<Type, TrackingData>::cellToFace() ...@@ -852,8 +852,8 @@ Foam::label Foam::FaceCellWave<Type, TrackingData>::cellToFace()
label cellI = changedCells_[changedCellI]; label cellI = changedCells_[changedCellI];
if (!changedCell_[cellI]) if (!changedCell_[cellI])
{ {
FatalErrorIn("FaceCellWave<Type, TrackingData>::cellToFace()") << "Cell " << cellI FatalErrorIn("FaceCellWave<Type, TrackingData>::cellToFace()")
<< " not marked as having been changed" << "Cell " << cellI << " not marked as having been changed"
<< abort(FatalError); << abort(FatalError);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment