Ignore:
Timestamp:
Aug 20, 2009, 3:40:49 PM (16 years ago)
Author:
Saskia Metzler <metzler@…>
Children:
2aea0b, 390a2b
Parents:
6c6d84
Message:

Ticket 17: Write new function molecule::CopyMoleculeFromSubRegion()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/atom.cpp

    r6c6d84 rbc3953  
    3838  previous = NULL;
    3939  next = NULL;
    40   father = this;  // generally, father is itself
     40  father = pointer;  // generally, father is itself
    4141  Ancestor = NULL;
    4242  GraphNr = -1;
     
    5353  nr = -1;
    5454  sort = &nr;
     55  node = &x;
    5556}
    5657
Note: See TracChangeset for help on using the changeset viewer.