Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule.hpp

    r5b6a4b7 r3aa8a5  
    4747class Graph;
    4848class LinkedCell_deprecated;
     49class ListOfLocalAtoms_t;
    4950class molecule;
    5051class MoleculeLeafClass;
     
    291292  /// Fragment molecule by two different approaches:
    292293  bool StoreBondsToFile(std::string filename, std::string path = "");
    293   bool StoreAdjacencyToFile(std::string filename, std::string path = "");
    294   bool CreateFatherLookupTable(atom **&LookupTable, int count = 0);
     294  bool CreateFatherLookupTable(ListOfLocalAtoms_t &LookupTable, int count = 0);
    295295
    296296  // Recognize doubly appearing molecules in a list of them
    297297  int * GetFatherSonAtomicMap(molecule *OtherMolecule);
    298   bool FillBondStructureFromReference(const molecule * const reference, atom **&ListOfLocalAtoms, bool FreeList = false);
    299   bool FillListOfLocalAtoms(atom **&ListOfLocalAtoms, const int GlobalAtomCount);
     298  bool FillBondStructureFromReference(const molecule * const reference, ListOfLocalAtoms_t &ListOfLocalAtoms, bool FreeList = false);
     299  bool FillListOfLocalAtoms(ListOfLocalAtoms_t &ListOfLocalAtoms, const int GlobalAtomCount);
    300300
    301301  // Output routines.
Note: See TracChangeset for help on using the changeset viewer.