Skip to content
Snippets Groups Projects
Commit cbcc598b authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Fix file doc: PoolAllocator!=ArrayList

[[Imported from SVN: r5728]]
parent 7048c86a
No related branches found
No related tags found
No related merge requests found
...@@ -51,10 +51,8 @@ namespace Dune ...@@ -51,10 +51,8 @@ namespace Dune
{ {
/** /**
* @file * @file
* This file implements the class ArrayList which behaves like * This file implements the classes Pool and PoolAllocator providing
* dynamically growing array together with * memory allocation for objects in chunks.
* the class ArrayListIterator which is random access iterator as needed
* by the stl for sorting and other algorithms.
* @author Markus Blatt * @author Markus Blatt
*/ */
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment