removed unused variable

This commit is contained in:
andy 2009-09-04 16:23:46 +01:00
parent 0fa766332f
commit 94f5bc6dbf

View File

@ -87,7 +87,6 @@ Foam::scalar Foam::normal::sample() const
scalar x = 0.0;
scalar y = 0.0;
scalar p = 0.0;
bool success = false;
do
{