SDA  7.1
Simulation of Diffusional Association
 All Classes Files Functions Variables Groups Pages
Public Attributes | List of all members
mod_record::listcomplexe Type Reference

Complexes implemented as a list, fast insertion and deletion
To define a list, we use type NodeComplexe which contains one object
Can extend the description here. More...

Collaboration diagram for mod_record::listcomplexe:

Public Attributes

type(nodecomplexe), pointer p_first
 pointer on first and last node, last necessary for reaching the end
 
type(nodecomplexe), pointer p_last
 
type(nodecomplexe), pointer p_current
 only pointer, associated to current node, never allocated
 
real(kind=8) max_energy
 
real(kind=8) rmsd_min
 
integer nb_complexe
 actual number of complexes, maximum nb of complexes in record
 
logical one_run
 option for rmsd_min
 
logical one_conf
 

Detailed Description

Complexes implemented as a list, fast insertion and deletion
To define a list, we use type NodeComplexe which contains one object
Can extend the description here.


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