NAMD
Public Member Functions | List of all members
exlist_sortop Struct Reference

Public Member Functions

bool operator() (int32 *li, int32 *lj)
 
bool operator() (int32 *li, int32 *lj)
 

Detailed Description

Definition at line 246 of file ComputeNonbondedCUDA.C.

Member Function Documentation

bool exlist_sortop::operator() ( int32 li,
int32 lj 
)
inline

Definition at line 247 of file ComputeNonbondedCUDA.C.

247  {
248  return ( li[1] < lj[1] );
249  }
bool exlist_sortop::operator() ( int32 li,
int32 lj 
)
inline

Definition at line 1640 of file CudaComputeNonbonded.C.

1640  {
1641  return ( li[1] < lj[1] );
1642  }

The documentation for this struct was generated from the following files: