Changeset d79e591 for molecuilder/src/molecule.cpp
- Timestamp:
- May 19, 2010, 2:03:42 PM (16 years ago)
- Children:
- aa36cc
- Parents:
- 0341a9
- File:
-
- 1 edited
-
molecuilder/src/molecule.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.cpp
r0341a9 rd79e591 276 276 InBondvector *= BondRescale; // rescale the distance vector to Hydrogen bond length 277 277 FirstOtherAtom->x = TopOrigin->x; // set coordination to origin ... 278 FirstOtherAtom->x = InBondvector; // ... and add distance vector to replacement atom278 FirstOtherAtom->x += InBondvector; // ... and add distance vector to replacement atom 279 279 AllWentWell = AllWentWell && AddAtom(FirstOtherAtom); 280 280 // Log() << Verbose(4) << "Added " << *FirstOtherAtom << " at: ";
Note:
See TracChangeset
for help on using the changeset viewer.
