| version 1.1045 | version 1.1046 |
|---|
| |
| int getNumComputes() { return positionComputeList.size(); } | int getNumComputes() { return positionComputeList.size(); } |
| | |
| CompAtomExt* getCompAtomExtInfo() { return pExt.begin(); } | CompAtomExt* getCompAtomExtInfo() { return pExt.begin(); } |
| | #ifdef NAMD_KNL |
| | CompAtomFlt* getCompAtomFlt() { return pFlt.begin(); } |
| | #endif |
| CudaAtom* getCudaAtomList() { return cudaAtomPtr; } | CudaAtom* getCudaAtomList() { return cudaAtomPtr; } |
| | |
| Lattice &lattice; | Lattice &lattice; |
| |
| #endif | #endif |
| | |
| CompAtomExtList pExt; | CompAtomExtList pExt; |
| | #ifdef NAMD_KNL |
| | CompAtomFltList pFlt; |
| | #endif |
| | |
| #ifdef REMOVE_PROXYDATAMSG_EXTRACOPY | #ifdef REMOVE_PROXYDATAMSG_EXTRACOPY |
| //1. Those fields are declared for reusing position info | //1. Those fields are declared for reusing position info |