Changeset 090299 for molecuilder/src/molecules.hpp
- Timestamp:
- Apr 23, 2008, 5:33:51 PM (17 years ago)
- Children:
- 76b3dc
- Parents:
- 58ab18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r58ab18 r090299 345 345 class atom { 346 346 public: 347 vector x; //!< coordinate array of atom, giving position within cell 347 vector x; //!< coordinate array of atom, giving position within cell 348 vector v; //!< velocity array of atom 348 349 element *type; //!< pointing to element 349 350 atom *previous; //!< previous atom in molecule list … … 352 353 atom *Ancestor; //!< "Father" in Depth-First-Search 353 354 char *Name; //!< unique name used during many-body bond-order fragmentation 355 int FixedIon; //!< config variable that states whether forces act on the ion or not 354 356 int *sort; //!< sort criteria 355 357 int nr; //!< continuous, unique number
Note:
See TracChangeset
for help on using the changeset viewer.