Skip to content

Commit

Permalink
Address review: minor grammar
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Giudicelli <[email protected]>
  • Loading branch information
loganharbour and GiudGiud authored Sep 22, 2023
1 parent bdda674 commit 0c1b7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* Test study for generating rays for a basic particle-in-cell capability,
* where Rays have propagate a bit each time step
* where Rays propagate a bit each time step
*/
class TestPICRayStudy : public RayTracingStudy
{
Expand Down
2 changes: 1 addition & 1 deletion modules/ray_tracing/test/src/userobjects/TestPICRayStudy.C
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ TestPICRayStudy::generateRays()
// ...and then add them to be traced
moveRaysToBuffer(claimed_rays);
}
// Rays are in the bank: reset them and update the velocities
// Rays are in the bank: reset them and update the velocities / end distance
else
{
// Reset each ray
Expand Down

0 comments on commit 0c1b7c7

Please sign in to comment.