The FARGO_THORIN code developer's guide
 All Data Structures Files Functions Variables Typedefs Macros
Data Fields
pair Struct Reference

Set of two reals. More...

#include <types.h>

Data Fields

real x
 
real y
 

Detailed Description

Set of two reals.

It is used whenever a set of two reals is needed, and it usually represents a vector in the (x,y) plane (e.g., a force), but not only: it is for instance used to store the mass inside and outside the orbit in MassInOut().

Definition at line 26 of file types.h.

Field Documentation

real pair::x

Definition at line 27 of file types.h.

Referenced by AdvanceSystemFromDisk(), and FillForcesArrays().

real pair::y

Definition at line 28 of file types.h.

Referenced by AdvanceSystemFromDisk(), and FillForcesArrays().


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