Skip to content

Commit

Permalink
doc - update description of #pragma once
Browse files Browse the repository at this point in the history
Co-authored-by: James Wright <[email protected]>
  • Loading branch information
jeremylt and jrwrigh authored Mar 28, 2024
1 parent 07d5b98 commit 101cc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/source/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ On this page we provide a summary of the main API changes, new features and exam
- Add `CeedOperatorCreateAtPoints` which evaluates the `CeedQFunction` at arbitrary locations in each element, for use in Particle in Cell, Material Point Method, and similar methods.
- Add `CeedElemRestrictionGetLLayout` to provide L-vector layout for strided `CeedElemRestriction` created with `CEED_BACKEND_STRIDES`.
- Add `CeedVectorReturnCeed` and similar when parent `Ceed` context for a libCEED object is only needed once in a calling scope.
- Enable `#pragma once` for JiT source; remove duplicate includes in JiT source string before compilation.
- Enable `#pragma once` for all JiT source; remove duplicate includes in JiT source string before compilation.

### Examples

Expand Down

0 comments on commit 101cc02

Please sign in to comment.