Skip to content

Commit ec4241e

Browse files
committed
doc - add missing function param
1 parent d89549c commit ec4241e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interface/ceed.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,8 @@ int CeedReference(Ceed ceed) {
820820
/**
821821
@brief Computes the current memory usage of the work vectors in a `Ceed` context and prints to debug.abort
822822
823-
@param[in] ceed `Ceed` context
823+
@param[in] ceed `Ceed` context
824+
@param[out] usage_mb Address of the variable where the MB of work vector usage will be stored
824825
825826
@return An error code: 0 - success, otherwise - failure
826827

0 commit comments

Comments
 (0)