Skip to content
Snippets Groups Projects
Commit e2a0a6d3 authored by Maria Zurek's avatar Maria Zurek
Browse files

remove extra semicolon

parent fe6164ec
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
...@@ -170,7 +170,7 @@ std::vector<double> read_scanned_energies(std::string input_energies_fname) ...@@ -170,7 +170,7 @@ std::vector<double> read_scanned_energies(std::string input_energies_fname)
std::cout << "Unable to open file" << input_energies_fname << std::endl; std::cout << "Unable to open file" << input_energies_fname << std::endl;
abort(); abort();
} }
}; }
void emcal_barrel_energy_scan_analysis() void emcal_barrel_energy_scan_analysis()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment