Difference for src/ComputeAngles.inl from version 1.1007 to 1.1008

version 1.1007version 1.1008
Line 9
Line 9
  
 #include "ComputeAngles.h" #include "ComputeAngles.h"
  
 inline AngleElem::AngleElem() inline AngleElem::AngleElem() { ; }
   { 
     atomID[0] = -1; 
     atomID[1] = -1; 
     atomID[2] = -1; 
     p[0] = NULL; 
     p[1] = NULL; 
     p[2] = NULL; 
   } 
  
 inline AngleElem::AngleElem(AtomID atom0, const TupleSignature *sig, const AngleValue *v){ inline AngleElem::AngleElem(AtomID atom0, const TupleSignature *sig, const AngleValue *v){
     atomID[0] = atom0;     atomID[0] = atom0;


Legend:
Removed in v.1.1007 
changed lines
 Added in v.1.1008



Made by using version 1.53 of cvs2html