You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Entities/AtomGroup.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -380,7 +380,7 @@ namespace RTE {
380
380
// The amount of rotation to be achieved during the time slot, in radians.
381
381
float rotDelta = angVel * timeLeft;
382
382
383
-
// Cap the segment if the oration is too severe. This will chunk the segment into several in order to more closely approximate the arc an Atom on a rotating body will trace.
383
+
// Cap the segment if the rotation is too severe. This will chunk the segment into several in order to more closely approximate the arc an Atom on a rotating body will trace.
0 commit comments