FACT++  1.0
void eraAper ( double  theta,
eraASTROM astrom 
)

Definition at line 3 of file aper.c.

References eraASTROM::along, and eraASTROM::eral.

Referenced by eraApco(), eraAper13(), eraApio(), and t_aper().

95 {
96  astrom->eral = theta + astrom->along;
97 
98 /* Finished. */
99 
100 }
double eral
Definition: erfam.h:31
double along
Definition: erfam.h:24

+ Here is the caller graph for this function: