Difference for src/ComputeDihedrals.inl from version 1.1005 to 1.1006

version 1.1005version 1.1006
Line 9
Line 9
  
 #include "ComputeDihedrals.h" #include "ComputeDihedrals.h"
  
 inline DihedralElem::DihedralElem() inline DihedralElem::DihedralElem() { ; }
   { 
  atomID[0] = -1; 
  atomID[1] = -1; 
  atomID[2] = -1; 
  atomID[3] = -1; 
  p[0] = NULL; 
  p[1] = NULL; 
  p[2] = NULL; 
  p[3] = NULL; 
   } 
  
 inline DihedralElem::DihedralElem(AtomID atom0, const TupleSignature *sig, const DihedralValue *v){ inline DihedralElem::DihedralElem(AtomID atom0, const TupleSignature *sig, const DihedralValue *v){
     atomID[0] = atom0;     atomID[0] = atom0;


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



Made by using version 1.53 of cvs2html