Ignore:
Timestamp:
Nov 25, 2009, 3:29:18 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
3aa635
Parents:
edf611
Message:

Multi-Candidate-Add included and incorporated class Info into boundary.cpp, tesselation.cpp and tesselationhelpers.cpp

  • class Info incorporation:
    • (almost) all functions of boundary.cpp, tesselation.cpp and tesselationhelpers.cpp now begins with class Info FunctionName(func);
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    redf611 rbe2997  
    15771577                  molecules->ListOfMolecules.remove(mol);
    15781578                  molecules->DissectMoleculeIntoConnectedSubgraphs(mol,&configuration);
     1579                  delete(mol);
    15791580                  if (molecules->ListOfMolecules.size() != 0) {
    15801581                    for (MoleculeList::iterator ListRunner = molecules->ListOfMolecules.begin(); ListRunner != molecules->ListOfMolecules.end(); ListRunner++)
     
    18071808                Log() << Verbose(0) << "Clocks for this operation: " << (end-start) << ", time: " << ((double)(end-start)/CLOCKS_PER_SEC) << "s." << endl;
    18081809                delete(LCList);
     1810                delete(T);
    18091811                argptr+=2;
    18101812              }
Note: See TracChangeset for help on using the changeset viewer.