Skip to content

Commit

Permalink
Update Tools/QedTablesUtils/Source/QedTableReader.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Huebl <[email protected]>
  • Loading branch information
lucafedeli88 and ax3l authored Sep 5, 2024
1 parent 0b07229 commit d25be0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/QedTablesUtils/Source/QedTableReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class qs_photon_emission_table_wrapper :

int main (int argc, char** argv)
{
cout << "### QED Table Reader ###" << "\n";
cout << "### QED Table Reader ###\n";
const auto args_map = ParseArgs(line_commands, argc, argv);

if (args_map.empty() || Contains(args_map, "-h")){
Expand Down

0 comments on commit d25be0a

Please sign in to comment.