NAMD
Public Member Functions | Public Attributes | List of all members
ijpair Struct Reference

Public Member Functions

 ijpair ()
 
 ijpair (int I, int J)
 

Public Attributes

int i
 
int j
 

Detailed Description

Definition at line 348 of file ComputePme.C.

Constructor & Destructor Documentation

ijpair::ijpair ( )
inline

Definition at line 350 of file ComputePme.C.

350 {;}
ijpair::ijpair ( int  I,
int  J 
)
inline

Definition at line 351 of file ComputePme.C.

351 : i(I), j(J) {;}
int i
Definition: ComputePme.C:349
int j
Definition: ComputePme.C:349

Member Data Documentation

int ijpair::i
int ijpair::j

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