V3FIT
Public Attributes | List of all members
integration_path::vertex Type Reference

A single point in space defined by an z, y, z coordinate. A vertex is structured as a singly linked list. More...

Public Attributes

real(rprec), dimension(3) position
 Position in cartiesian coordinates.
 
type(vertex), pointer next => null()
 Reference to the next vertex.
 

Detailed Description

A single point in space defined by an z, y, z coordinate. A vertex is structured as a singly linked list.

Definition at line 61 of file integration_path.f.


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