| 656 | ~ParForInfo (); |
| 657 | |
| 658 | int getNBlocksPerBox (int nthreads) const { |
| 659 | return int((m_ncellsmax+nthreads-1)/nthreads); |
| 660 | } |
| 661 | BoxIndexer const* getBoxes () const { return m_boxes; } |
| 662 | |
| 663 | ParForInfo () = delete; |
no outgoing calls
no test coverage detected