Removing comment in wallImpactDistance function after fix.

This commit is contained in:
graham 2009-09-14 17:14:15 +01:00
parent 41b73e69d0
commit a460b10a8d

View File

@ -405,10 +405,6 @@ Foam::InteractingKinematicParcel<ParcelType>::wallImpactDistance
const vector&
) const
{
// To make sure that the particles jump cyclic, wedge and
// processor patches in the correct location, this must be zero,
// or the calculation of lambda must be revised
return 0.0;
// return 0.5*d_;
}