We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f56527 commit 8b2d6f4Copy full SHA for 8b2d6f4
1 file changed
interface/ceed.c
@@ -82,7 +82,7 @@ CeedRequest *const CEED_REQUEST_IMMEDIATE = &ceed_request_immediate;
82
CeedOperatorApply(op1, ..., CEED_REQUEST_ORDERED);
83
CeedOperatorApply(op2, ..., &request);
84
// other optional work
85
- CeedWait(&request);
+ CeedRequestWait(&request);
86
@endcode
87
88
which allows the sequence to complete asynchronously but does not start
0 commit comments