Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
279e66ac
Commit
279e66ac
authored
Nov 24, 2010
by
mattijs
Browse files
STYLE: FaceCellWave : line length
parent
24c6772a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C
View file @
279e66ac
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment