Ordering interface change in !555 not fulfilled by all ordering implementations

In !555 (merged) a new methods .size(prefix) and .size(prefix,entityindex) were introduced on the orderings. (I'm not sure how they exactly relate, it seems that .size(prefix) is implemented in gridviewordering.hh and that all other implementations require .size(prefix,entityindex))

In any case ... not all ordering implementations were updated accordinly. At least the ChunkedBlockOrdering is not covered.

A quick grep suggests that

chunkedblockordering.hh
interleavedordering.hh
leaforderingbase.hh
singlecodimleafordering.hh
subordering.hh

should be checked.