added sortedToc()

This commit is contained in:
andy
2009-08-06 17:43:39 +01:00
parent df37b6b431
commit 85f11fa7cc
3 changed files with 14 additions and 1 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)