Skip to content

Commit 2502f61

Browse files
Update physics/ground_to_ground_projectile_motion.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent d28937c commit 2502f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/ground_to_ground_projectile_motion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
// Define gravity as a constant within guidelines
23-
constexpr double GRAVITY = 9.80665; // Standard gravity (m/s^2)
23+
constexpr double GRAVITY = 9.80665; ///< Standard gravity (m/s^2)
2424

2525

2626
namespace physics {

0 commit comments

Comments
 (0)