Difference for src/NamdTypes.h from version 1.1053 to 1.1054

version 1.1053version 1.1054
Line 60
Line 60
 #ifdef NAMD_KNL #ifdef NAMD_KNL
 struct CompAtomFlt { struct CompAtomFlt {
   FloatVector position;   FloatVector position;
   int32 nonbondedGroupSize;   int32 vdwType;
  
   inline CompAtomFlt& operator=(const CompAtom& a) { 
     position = a.position; 
     nonbondedGroupSize = a.nonbondedGroupSize; 
   } 
 }; };
 #endif #endif
  


Legend:
Removed in v.1.1053 
changed lines
 Added in v.1.1054



Made by using version 1.53 of cvs2html