From 5ab5e4eb5e5d04cfe537aa2f2ca1ef2a83f17e44 Mon Sep 17 00:00:00 2001 From: tgmattso Date: Sun, 24 Dec 2023 20:34:30 -0800 Subject: [PATCH] fixed a minor error in the change log --- graph-api-c/appendices.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graph-api-c/appendices.tex b/graph-api-c/appendices.tex index 941ad69..acd2616 100644 --- a/graph-api-c/appendices.tex +++ b/graph-api-c/appendices.tex @@ -17,8 +17,8 @@ \chapter{Revision history} \item We augmented the deserialization method so if passed a type parameter of {\sf GrB\_NULL} it will infer type information needed for deserialization of a GraphBLAS matrix. -\item We added a new built-in descriptor {\sf GrB\_COMP\_STRUCTURE} and an explicit reference -to the default value of a descriptor field, {\sf GrB\_DEFAULT}. +\item We added new field values of type GrB\_Desc\_Value for use when working +with Descriptors, {\sf GrB\_COMP\_STRUCTURE} and {\sf GrB\_DEFAULT}. %%% Originial Text .... <<<< remove once we finalize on the above text>>>> %\item Added {\sf GrB\_get} and {\sf GrB\_set} methods, and associated