Skip to content

Commit

Permalink
Fix comment on units
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Oct 10, 2023
1 parent be2c586 commit 69da781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/simulation/ray_processor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct RayProcessorDetectorSphere
// Position of sphere around detector through which incoming ray must mast
// if it is to have any chance of being detected
Eigen::Vector3d r0; // Center of detector sphere [cm]
double radius = 0; // Radius of sphere [cm^2]
double radius = 0; // Radius of sphere [cm]
unsigned iobs = 0; // Observation layer associated with this detector

// Optional restriction on direction that incoming ray must have if it is to
Expand Down

0 comments on commit 69da781

Please sign in to comment.