Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Atom/AtomicInfo.hpp

    rc26617 r7e51e1  
    1616#include "LinearAlgebra/Vector.hpp"
    1717#include "types.hpp"
    18 
    19 #include <vector>
    20 
    21 #include "Bond/BondInfo.hpp"
    2218
    2319class atom;
     
    4945  atomId_t Id;
    5046  int Nr;
    51   std::vector<BondInfo> bonds;
    5247};
    5348
Note: See TracChangeset for help on using the changeset viewer.