IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a8887b0b authored by ralfulrich's avatar ralfulrich
Browse files

fixed cnpy file ending in em_shower

parent 10f92d41
No related branches found
No related tags found
No related merge requests found
...@@ -174,8 +174,8 @@ int main(int argc, char** argv) { ...@@ -174,8 +174,8 @@ int main(int argc, char** argv) {
em_continuous.Reset(); em_continuous.Reset();
auto const hists = proposalCounted.GetHistogram(); auto const hists = proposalCounted.GetHistogram();
hists.saveLab("inthist_lab.txt"); hists.saveLab("inthist_lab.npz");
hists.saveCMS("inthist_cms.txt"); hists.saveCMS("inthist_cms.npz");
longprof.save("longprof.txt"); longprof.save("longprof.txt");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment