Changeset 7798
- Timestamp:
- Dec 22, 2010, 11:19:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/modules/objects/ForceField.h
r7797 r7798 143 143 float radius_; //!< The radius of the ForceField. 144 144 float halfLength_; //!< Half of the length of the ForceField. 145 forceFieldMode::Valuemode_; //!< The mode of the ForceField.145 int mode_; //!< The mode of the ForceField. 146 146 }; 147 147 }
Note: See TracChangeset
for help on using the changeset viewer.