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

Documentation fix: PoolAllocator can only allocate one element at a time

Please merge to release branch!

[[Imported from SVN: r5962]]
parent 200bcb92
No related branches found
No related tags found
No related merge requests found
......@@ -303,8 +303,7 @@ namespace Dune
/**
* @brief Allocates objects.
* @param n The number of objects to allocate. Has to be less
* than Pool<T,s>::elements!
* @param n The number of objects to allocate. Has to be one!
* @param hint Ignored hint.
* @return A pointer tp the allocated elements.
*/
......
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