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 368 of file ComputePme.C.

Constructor & Destructor Documentation

◆ ijpair() [1/2]

ijpair::ijpair ( )
inline

Definition at line 370 of file ComputePme.C.

370 {;}

◆ ijpair() [2/2]

ijpair::ijpair ( int  I,
int  J 
)
inline

Definition at line 371 of file ComputePme.C.

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

Member Data Documentation

◆ i

int ijpair::i

◆ j

int ijpair::j

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