Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 0476fe3

Browse files
committed
Comment style
1 parent 0bbc105 commit 0476fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Entities/AtomGroup.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ float AtomGroup::Travel(Vector &position,
955955
list<Atom *> hitTerrAtoms;
956956
list<Atom *> penetratingAtoms;
957957
list<Atom *> hitResponseAtoms;
958-
Vector linSegTraj; //!< The planned travel trajectory of this AtomGroup's origin in pixels.
958+
Vector linSegTraj; // The planned travel trajectory of this AtomGroup's origin in pixels.
959959
Vector atomTraj;
960960
Vector preHitPos;
961961
Vector hitNormal;
@@ -1475,7 +1475,7 @@ Vector AtomGroup::PushTravel(Vector &position,
14751475

14761476
bool hFlipped = m_pOwnerMO->m_HFlipped;
14771477

1478-
Vector trajectory = velocity * travelTime * c_PPM; //!< Trajectory length in pixels.
1478+
Vector trajectory = velocity * travelTime * c_PPM; // Trajectory length in pixels.
14791479

14801480
int legCount = 0;
14811481
int stepCount = 0;

0 commit comments

Comments
 (0)