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

version 1.1054version 1.1055
Line 10
Line 10
  
 #include "common.h" #include "common.h"
 #include "Vector.h" #include "Vector.h"
  #ifndef __CUDACC__
 #include "ResizeArray.h" #include "ResizeArray.h"
  #endif
  
 class Patch; class Patch;
 class Compute; class Compute;
Line 145
Line 147
   float x,y,z,q;   float x,y,z,q;
 }; };
  
  struct CudaForce {
    float x, y, z;
  };
  
  #ifndef __CUDACC__
 typedef ResizeArray<CudaAtom> CudaAtomList; typedef ResizeArray<CudaAtom> CudaAtomList;
 typedef ResizeArray<CompAtom> CompAtomList; typedef ResizeArray<CompAtom> CompAtomList;
 typedef ResizeArray<CompAtomExt> CompAtomExtList; typedef ResizeArray<CompAtomExt> CompAtomExtList;
Line 249
Line 256
 }; };
  
 typedef ResizeArray<proxyTreeNode> proxyTreeNodeList; typedef ResizeArray<proxyTreeNode> proxyTreeNodeList;
  #endif // __CUDACC__
  
 #endif /* NAMDTYPES_H */ #endif /* NAMDTYPES_H */
  


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



Made by using version 1.53 of cvs2html