debug printing

This commit is contained in:
mattijs
2009-08-25 17:41:23 +01:00
parent f8db210a81
commit b8e6998969
2 changed files with 18 additions and 9 deletions

View File

@ -76,7 +76,7 @@ void Foam::streamLine::track()
}
label nSeeds = returnReduce(particles.size(), sumOp<label>());
Info<< "Seeded " << nSeeds
<< " particles." << nl << endl;
<< " particles." << endl;
// Read or lookup fields
@ -326,6 +326,8 @@ void Foam::streamLine::read(const dictionary& dict)
void Foam::streamLine::execute()
{
// const Time& runTime = const_cast<Time&>(obr_.time());
// Pout<< "**streamLine::execute : time:" << runTime.timeName() << endl;
// Pout<< "**streamLine::execute : time:" << runTime.timeIndex() << endl;
//
// bool isOutputTime = false;
//