Ignore:
Timestamp:
Oct 30, 2009, 4:09:29 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
df0520
Parents:
b84ab4
Message:

BondGraph is initialized within config::Load(), as it has to happen after parsing options and before loading molecule. And various fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule_graph.cpp

    rb84ab4 r245826  
    122122  *out << Verbose(1) << "AtomCount " << AtomCount << "." << endl;
    123123
    124   if (AtomCount != 0) {
     124  if ((AtomCount > 1) && (bonddistance > 1.)) {
    125125    LC = new LinkedCell(this, bonddistance);
    126126
Note: See TracChangeset for help on using the changeset viewer.