Ignore:
Timestamp:
Nov 26, 2009, 11:40:01 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
2c0e4e, 9600a7
Parents:
013ad57
Message:

removing automatic dissection on loading, Tesselations test now checks for return value only not for precise order of the triangles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.cpp

    r013ad57 ra68d44  
    10691069  mol->SetNameFromFilename(filename);
    10701070  mol->ActiveFlag = true;
     1071  MolList->insert(mol);
    10711072
    10721073  // 4. dissect the molecule into connected subgraphs
    1073   MolList->DissectMoleculeIntoConnectedSubgraphs(mol,this);
     1074  // don't do this here ...
     1075  //MolList->DissectMoleculeIntoConnectedSubgraphs(mol,this);
    10741076
    10751077  delete(mol);
Note: See TracChangeset for help on using the changeset viewer.