STYLE: Correct typo and add more debug information

This commit is contained in:
laurence
2012-12-11 16:59:02 +00:00
parent 710056c4af
commit 0d9a532a4a
2 changed files with 3 additions and 2 deletions

View File

@ -115,6 +115,7 @@ void Foam::PointEdgeWave<Type, TrackingData>::transform
"PointEdgeWave<Type, TrackingData>::transform"
"(const tensorField&, List<Type>&)"
) << "Non-uniform transformation on patch " << patch.name()
<< " of type " << patch.type()
<< " not supported for point fields"
<< abort(FatalError);

View File

@ -26,10 +26,10 @@ Class
Description
Wave propagation of information through grid. Every iteration
information goes through one layer of edges. Templated on information
that is transferred.
information goes through one layer of edges.
Templated on information that is transferred.
Handles parallel and cyclics. Only parallel reasonably tested. Cyclics
hardly tested.