Skip to content

Commit

Permalink
Fixed a typo in the CMDL printout.
Browse files Browse the repository at this point in the history
  • Loading branch information
krasznaa committed May 5, 2024
1 parent 6f0f33b commit 5ce8138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/options/src/detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ std::ostream& detector::print_impl(std::ostream& out) const {

out << " Detector file : " << detector_file << "\n"
<< " Material file : " << material_file << "\n"
<< " Surface rid file : " << grid_file << "\n"
<< " Surface grid file : " << grid_file << "\n"
<< " Use detray::detector: " << (use_detray_detector ? "yes" : "no")
<< "\n"
<< " Digitization file : " << digitization_file;
Expand Down

0 comments on commit 5ce8138

Please sign in to comment.