diff --git a/Documentation/Examples/proposal_example.cc b/Documentation/Examples/proposal_example.cc index 002845600afc9aff29466ae65352d84d42112f42..44ccf38e91f41a1f758b89e9c7d2f80bebd694b8 100644 --- a/Documentation/Examples/proposal_example.cc +++ b/Documentation/Examples/proposal_example.cc @@ -132,6 +132,9 @@ int main(int argc, char** argv) { // setup processes, decays and interactions // PROPOSAL processs proposal{...}; + PROPOSAL::InterpolationDef::path_to_tables = "~/.local/share/PROPOSAL/tables/"; + PROPOSAL::InterpolationDef::path_to_tables_readonly = "~/.local/share/PROPOSAL/tables/"; + process::particle_cut::ParticleCut cut(10_GeV); process::proposal::Interaction proposal(env, cut); process::interaction_counter::InteractionCounter proposalCounted(proposal);