Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new type PackedArray #275

Merged
merged 14 commits into from
Apr 25, 2024
1 change: 1 addition & 0 deletions pineappl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub mod import_only_subgrid;
pub mod lagrange_subgrid;
pub mod lumi;
pub mod ntuple_subgrid;
pub mod packed_array;
pub mod pids;
pub mod sparse_array3;
pub mod subgrid;
Loading