Changeset bc3953 for molecuilder/src/atom.cpp
- Timestamp:
- Aug 20, 2009, 3:40:49 PM (16 years ago)
- Children:
- 2aea0b, 390a2b
- Parents:
- 6c6d84
- File:
-
- 1 edited
-
molecuilder/src/atom.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.cpp
r6c6d84 rbc3953 38 38 previous = NULL; 39 39 next = NULL; 40 father = this; // generally, father is itself40 father = pointer; // generally, father is itself 41 41 Ancestor = NULL; 42 42 GraphNr = -1; … … 53 53 nr = -1; 54 54 sort = &nr; 55 node = &x; 55 56 } 56 57
Note:
See TracChangeset
for help on using the changeset viewer.
