Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/bond.hpp

    redb93c rf66195  
    1111using namespace std;
    1212
     13/*********************************************** includes ***********************************/
     14
    1315// include config.h
    1416#ifdef HAVE_CONFIG_H
     
    1618#endif
    1719
    18 #include "atom.hpp"
     20/****************************************** forward declarations *****************************/
     21
     22class atom;
     23
     24/********************************************** declarations *******************************/
    1925
    2026/** Bonds between atoms.
Note: See TracChangeset for help on using the changeset viewer.