Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Nov 25, 2024
1 parent 4bdb86d commit f57f762
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define T8_COMMON_IS_TYPE(VAR, TYPE) ((dynamic_cast<TYPE> (VAR)) != NULL)

/** This class independent function assumes an sc_mempool_t as context.
* It is suitable as the elem_new callback in \ref t8_eclass_scheme_t.
* It is suitable as the element_new callback in \ref t8_eclass_scheme.
* We assume that the mempool has been created with the correct element size.
* \param [in,out] ts_context An element is allocated in this sc_mempool_t.
* \param [in] length Non-negative number of elements to allocate.
Expand Down

0 comments on commit f57f762

Please sign in to comment.