Difference for src/ComputeBonds.inl from version 1.1004 to 1.1005

version 1.1004version 1.1005
Line 9
Line 9
  
 #include "ComputeBonds.h" #include "ComputeBonds.h"
  
 inline BondElem::BondElem() inline BondElem::BondElem() { ; }
   { 
     atomID[0] = -1; 
     atomID[1] = -1; 
     p[0] = NULL; 
     p[1] = NULL; 
   } 
  
 inline BondElem::BondElem(AtomID atom0, const TupleSignature *sig, const BondValue *v){ inline BondElem::BondElem(AtomID atom0, const TupleSignature *sig, const BondValue *v){
     atomID[0] = atom0;     atomID[0] = atom0;


Legend:
Removed in v.1.1004 
changed lines
 Added in v.1.1005



Made by using version 1.53 of cvs2html