casa
$Rev:20696$
|
00001 // Private part to spectralline_cmpt.h 00002 00003 casa::LogIO *_log; 00004 casa::SplatalogueTable *_table; 00005 00006 spectralline(casa::SplatalogueTable* table); 00007 00008 bool _detached() const; 00009 00010 void _checkLowHigh( 00011 double& low, double& high, const vector<double> pair, const string label 00012 ) const ;