diff options
Diffstat (limited to 'docs/source_docs/files/_nv_blast_8h.html')
| -rwxr-xr-x | docs/source_docs/files/_nv_blast_8h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source_docs/files/_nv_blast_8h.html b/docs/source_docs/files/_nv_blast_8h.html index b70d432..ae5675b 100755 --- a/docs/source_docs/files/_nv_blast_8h.html +++ b/docs/source_docs/files/_nv_blast_8h.html @@ -1768,7 +1768,7 @@ Iff chunks are already ordered correctly, function returns 'true' and identity c <tr><td valign="top"><tt>[out]</tt> </td><td valign="top"><em>chunkReorderMap</em> </td><td>User-supplied map of size chunkCount to fill. For every chunk index this array will contain new chunk position (index). </td></tr> <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>chunkDescs</em> </td><td>Array of chunk descriptors of size chunkCount. </td></tr> <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>chunkCount</em> </td><td>The number of chunk descriptors. </td></tr> - <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>scratch</em> </td><td>User-supplied scratch storage, must point to 2 * chunkCount * sizeof(uint32_t) valid bytes of memory. </td></tr> + <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>scratch</em> </td><td>User-supplied scratch storage, must point to 3 * chunkCount * sizeof(uint32_t) valid bytes of memory. </td></tr> <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>logFn</em> </td><td>User-supplied message function (see NvBlastLog definition). May be NULL.</td></tr> </table> </dl> |