- Timestamp:
- 05/29/12 15:11:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hpc33/src/MSFiller.cpp
r2550 r2552 676 676 677 677 // initialize toj2000 and toazel 678 toj2000 = MDirection::Convert( dirType, MDirection::Ref( MDirection::J2000, mf ) ) ; 679 toazel = MDirection::Convert( dirType, MDirection::Ref( MDirection::AZELGEO, mf ) ) ; 678 initConvert() ; 680 679 } 681 680 void setWeatherTime( const Vector<Double> &t, const Vector<Double> &it ) … … 711 710 uInt getFilledRowNum() { return rowidx ; } 712 711 private: 712 void initConvert() 713 { 714 toj2000 = MDirection::Convert( dirType, MDirection::Ref( MDirection::J2000, mf ) ) ; 715 toazel = MDirection::Convert( dirType, MDirection::Ref( MDirection::AZELGEO, mf ) ) ; 716 } 717 713 718 void fluxUnit( String &u ) 714 719 { … … 758 763 String ref = dir.getRefString() ; 759 764 MDirection::getType( dirType, ref ) ; 765 766 // initialize toj2000 and toazel 767 initConvert() ; 760 768 } 761 769
Note:
See TracChangeset
for help on using the changeset viewer.