Ignore:
Timestamp:
Jan 27, 2010, 2:36:09 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
dbd19f
Parents:
41182a (diff), 478683 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring

Conflicts:

molecuilder/src/unittests/Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    r41182a rd34341  
    110110  TesselPoint *GetPoint() const ;
    111111  TesselPoint *GetTerminalPoint() const ;
     112  int GetMaxId() const;
    112113  void GoToNext() const ;
    113114  void GoToPrevious() const ;
     
    325326  void Enumerate(ofstream *out);
    326327  void Output(ofstream *out);
    327   void DissectMoleculeIntoConnectedSubgraphs(molecule * const mol, config * const configuration);
     328  void DissectMoleculeIntoConnectedSubgraphs(const periodentafel * const periode, config * const configuration);
    328329  int CountAllAtoms() const;
    329330
Note: See TracChangeset for help on using the changeset viewer.