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);