Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added `pdf:mkpdfs_lazy` that loads the PDF members lazily and propagated the
methods into the Python, C/C++ and APIs.
methods into the Python, C/C++, and Fortran APIs.
- Added `gridpdf::ForcePositive` enum to set the clipping method to negative
interpolated values.
- Python API: Added `pdf:LoaderMehod` to select the method to load all the PDF
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/c-oop.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# C++ OOP API Example

This example briefly demonstrates how to use the `NeoPDF` C++ OOP API to load and evaluate parton
This example briefly demonstrates how to use the `NeoPDF` C++ Object Oriented (OOP) API to load and evaluate parton
distributions. More examples can be found in [neopdf_capi/tests](https://github.com/Radonirinaunimi/neopdf/tree/master/neopdf_capi/tests).

## Prerequisites
Expand Down
Loading