Changeset 2346 in Sophya for trunk/SophyaLib/Samba/mlobe.h
- Timestamp:
- Mar 18, 2003, 11:25:13 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/mlobe.h
r2322 r2346 35 35 double Value(int kpx, float& teta, float& phi); 36 36 double Convol(SphericalMap<double>& sph); 37 friend ostream& operator << (ostream& s, MainLobe const& lob); 38 inline void Print() { cout << (*this); } 37 void Print(ostream& os) const; 39 38 40 39 float mSigma, mDels; … … 52 51 }; 53 52 53 inline ostream& operator << (ostream& s, MainLobe const & ml) 54 { ml.Print(s); return(s); } 55 54 56 } // namespace SOPHYA 55 57
Note:
See TracChangeset
for help on using the changeset viewer.