cloudy trunk
Loading...
Searching...
No Matches
t_hcmap Struct Reference

#include <hcmap.h>

Collaboration diagram for t_hcmap:

Data Fields

long int MapZone
realnum RangeMap [2]
long int nMapStep
bool lgMapOK
bool lgMapBeingDone
bool lgMapDone
long int nmap
realnumtemap
realnumhmap
realnumcmap
long int nMapAlloc

Detailed Description

hcmap.h

Definition at line 16 of file hcmap.h.

Field Documentation

◆ cmap

realnum* t_hcmap::cmap

saved cooling for the map

Definition at line 48 of file hcmap.h.

◆ hmap

realnum* t_hcmap::hmap

saved heating for the map

Definition at line 45 of file hcmap.h.

◆ lgMapBeingDone

bool t_hcmap::lgMapBeingDone

this is set true when we are in process of doing a map

Definition at line 33 of file hcmap.h.

◆ lgMapDone

bool t_hcmap::lgMapDone

logical flag indicating whether a map has been done

Definition at line 36 of file hcmap.h.

◆ lgMapOK

bool t_hcmap::lgMapOK

logical flag indicating whether results of map were ok - set false if inflection points occurred

Definition at line 30 of file hcmap.h.

◆ MapZone

long int t_hcmap::MapZone

parameters doing with map command, MapZone is zone number, -1 for very start, init to 9999 to prevent map

Definition at line 20 of file hcmap.h.

◆ nmap

long int t_hcmap::nmap

number of points actually done

Definition at line 39 of file hcmap.h.

◆ nMapAlloc

long int t_hcmap::nMapAlloc

flag saying whether previous three vectors have had space allocated, this starts out zero and is set to first number needed when alloc happens, and then never reset

Definition at line 53 of file hcmap.h.

◆ nMapStep

long int t_hcmap::nMapStep

nMapStep is number of steps, set with set nmap command

Definition at line 26 of file hcmap.h.

◆ RangeMap

realnum t_hcmap::RangeMap[2]

RangeMap is range, parsed from same command

Definition at line 23 of file hcmap.h.

◆ temap

realnum* t_hcmap::temap

saved temperatures for the map

Definition at line 42 of file hcmap.h.


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