Merge commit 'OpenCFD/master' into olesenm

This commit is contained in:
Mark Olesen
2009-08-07 15:09:02 +02:00
125 changed files with 178 additions and 162 deletions

View File

@ -56,6 +56,7 @@ int main()
table1.erase("abs");
Info<< "\ntable1 toc: " << table1.toc() << endl;
Info<< "\ntable1 sortedToc: " << table1.sortedToc() << endl;
table1.printInfo(Info)
<< "table1 [" << table1.size() << "] " << endl;
forAllIter(HASHTABLE_CLASS<double>, table1, iter)