Skip to content

Commit 8b2d6f4

Browse files
authored
Update ceed.c (#737)
Fix function name in docs
1 parent 7f56527 commit 8b2d6f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interface/ceed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ CeedRequest *const CEED_REQUEST_IMMEDIATE = &ceed_request_immediate;
8282
CeedOperatorApply(op1, ..., CEED_REQUEST_ORDERED);
8383
CeedOperatorApply(op2, ..., &request);
8484
// other optional work
85-
CeedWait(&request);
85+
CeedRequestWait(&request);
8686
@endcode
8787
8888
which allows the sequence to complete asynchronously but does not start

0 commit comments

Comments
 (0)