We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would require roughly the following steps:
fktable.rs
convert_into_fktable
.dat
pineappl/pineappl_cli/src/export.rs
Line 54 in 0ca737b
feature = "fktable"
not(feature = "fktable")
The text was updated successfully, but these errors were encountered:
cschwan
comane
No branches or pull requests
This would require roughly the following steps:
fktable.rs
with the functionconvert_into_fktable
doing the work.dat
here:pineappl/pineappl_cli/src/export.rs
Line 54 in 0ca737b
convert_into_fktable
in a similar way iffeature = "fktable"
and raise an error ifnot(feature = "fktable")
The text was updated successfully, but these errors were encountered: