added message

This commit is contained in:
andy
2009-05-28 19:00:43 +01:00
parent 531f3c06b9
commit f6c4cd9a3a

View File

@ -305,7 +305,9 @@ void Foam::KinematicParcel<ParcelType>::hitWallPatch
const wallPolyPatch& wpp,
TrackData& td
)
{}
{
// Wall interactions handled by generic hitPatch function
}
template<class ParcelType>