mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Removed unused code
This commit is contained in:
@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user