Home
last modified time | relevance | path

Searched refs:GetSourceVel (Results 1 – 2 of 2) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dspecframe.h184 double (* GetSourceVel)( AstSpecFrame *, int * ); member
H A Dspecframe.c393 static double GetSourceVel( AstSpecFrame *, int * );
2398 vtab->GetSourceVel = GetSourceVel; in astInitSpecFrameVtab_()
6610 dval = set ? GetSourceVel( this, status ) : astGetSourceVel( this ); in Dump()