STYLE: Removed unused code

This commit is contained in:
mattijs
2010-05-03 18:03:50 +01:00
parent e0ccb9ed7c
commit 1374539416

View File

@ -131,8 +131,6 @@ void Foam::LUscalarMatrix::convert
const lduInterfaceFieldPtrsList& interfaces const lduInterfaceFieldPtrsList& interfaces
) )
{ {
//Pout<< "LUscalarMatrix::convert **" << endl;
//
const label* __restrict__ uPtr = ldum.lduAddr().upperAddr().begin(); const label* __restrict__ uPtr = ldum.lduAddr().upperAddr().begin();
const label* __restrict__ lPtr = ldum.lduAddr().lowerAddr().begin(); const label* __restrict__ lPtr = ldum.lduAddr().lowerAddr().begin();