| 612 | } |
| 613 | |
| 614 | bool |
| 615 | BoxArray::coarsenable (int refinement_ratio, int min_width) const |
| 616 | { |
| 617 | return coarsenable(IntVect{refinement_ratio}, IntVect(min_width)); |
| 618 | } |
| 619 | |
| 620 | bool |
| 621 | BoxArray::coarsenable (const IntVect& refinement_ratio, int min_width) const |
no test coverage detected