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

Constructor & Destructor Documentation

◆ ijpair() [1/2]

ijpair::ijpair ( )
inline

Definition at line 372 of file ComputePme.C.

372 {;}

◆ ijpair() [2/2]

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

Definition at line 373 of file ComputePme.C.

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

Member Data Documentation

◆ i

int ijpair::i

◆ j

int ijpair::j

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