Added a comment for the HYPRE_STRUCT object type (for user docs).

This commit is contained in:
barrylee 2005-01-20 00:03:57 +00:00
parent 973528fd39
commit 19fc15cded

View File

@ -491,7 +491,7 @@ int HYPRE_SStructMatrixSetNSSymmetric(HYPRE_SStructMatrix matrix,
/**
* Set the storage type of the matrix object to be constructed.
* Currently, {\tt type} can be either {\tt HYPRE\_SSTRUCT} (the
* default) or {\tt HYPRE\_PARCSR}.
* default), {\tt HYPRE\_STRUCT}, or {\tt HYPRE\_PARCSR}.
*
* @see HYPRE_SStructMatrixGetObject
**/