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()
label cellI = changedCells_[changedCellI];
if (!changedCell_[cellI])
{
FatalErrorIn("FaceCellWave<Type, TrackingData>::cellToFace()") << "Cell " << cellI
<< " not marked as having been changed"
FatalErrorIn("FaceCellWave<Type, TrackingData>::cellToFace()")
<< "Cell " << cellI << " not marked as having been changed"
<< 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