mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: add IO support for PackedList, PackedBoolList
This commit is contained in:
@ -33,7 +33,6 @@ Description
|
||||
#include "StaticHashTable.H"
|
||||
#include "cpuTime.H"
|
||||
#include <vector>
|
||||
#include "PackedList.H"
|
||||
#include "PackedBoolList.H"
|
||||
|
||||
using namespace Foam;
|
||||
@ -57,7 +56,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
if ((i % nReport) == 0 && i)
|
||||
{
|
||||
Info<< "i:" << i << " in " << timer.cpuTimeIncrement() << " s"
|
||||
Info<< "i:" << i << " in " << timer.cpuTimeIncrement() << " s"
|
||||
<<endl;
|
||||
}
|
||||
packed[i] = 1;
|
||||
|
||||
Reference in New Issue
Block a user