| 531 | } |
| 532 | |
| 533 | inline static unsigned long* initsevS (const int maxnr) |
| 534 | { |
| 535 | return (unsigned long*)omAlloc0(maxnr*sizeof(unsigned long)); |
| 536 | } |
| 537 | inline static int* initS_2_R (const int maxnr) |
| 538 | { |
| 539 | return (int*)omAlloc0(maxnr*sizeof(int)); |
no test coverage detected