David Howells <[email protected]> wrote: > + if (!rp) { > + if (mpi_resize(res, 1) < 0)
This is better done with RESIZE_IF_NEEDED(). David
David Howells <[email protected]> wrote: > + if (!rp) { > + if (mpi_resize(res, 1) < 0)
This is better done with RESIZE_IF_NEEDED(). David