From 78129f9078b39b97bcc0c1601ef7dd3d1de4ebd1 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 20 Jun 2022 18:23:20 -0400 Subject: [PATCH] update embedded docs for LMP_SIZE_VECTOR update for extract_compute() --- src/library.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/library.cpp b/src/library.cpp index de655d74d0..cdc0a812c5 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -1659,14 +1659,18 @@ lists the available options. - LMP_TYPE_ARRAY - ``double **`` - Local data array + * - LMP_STYLE_LOCAL + - LMP_SIZE_VECTOR + - ``int *`` + - Alias for using LMP_SIZE_ROWS * - LMP_STYLE_LOCAL - LMP_SIZE_ROWS - ``int *`` - - Number of local data rows + - Number of local array rows or length of vector * - LMP_STYLE_LOCAL - LMP_SIZE_COLS - ``int *`` - - Number of local data columns + - Number of local array columns, 0 if vector .. warning::