| version 1.1053 | version 1.1054 | ||
|---|---|---|---|
|
| ||
| #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:
| ||||||