Open
Description
Is your feature request related to a problem? Please describe the problem.
Code is inconsistent in the use of = FluidDefaultAllocator() as a default argument on algorithm constructors
Describe the solution you'd like to see.
For the usage to be consistent. The advantage of no default argument is that it reduces the risk of accidental usage of the default allocator. The disadvantage is that it requires a specific choice for all uses of the algorithms.
If @weefuzzy can provide a preference the consistency could easily be ensured by others.
Describe alternatives you've considered
None (expcept that it stays as it is)
Additional context
That's quite enough context.