Changeset 518 in Sophya for trunk/SophyaLib/Samba/spherethetaphi.cc
- Timestamp:
- Oct 26, 1999, 4:31:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spherethetaphi.cc
r515 r518 183 183 //++ 184 184 template <class T> 185 bool SphereThetaPhi<T>::ContainsSph(double theta, double phi) const 186 //-- 187 { 188 return(true); 189 } 190 191 /* --Methode-- */ 192 //++ 193 template <class T> 185 194 int SphereThetaPhi<T>::PixIndexSph(double theta, double phi) const 186 195 … … 713 722 } 714 723 724 // Let's Read the SphereCoordSys object -- ATTENTIOn - $CHECK$ 725 SphereCoordSys* cs = dynamic_cast<SphereCoordSys*>(is.ReadObject()); 726 dobj->SetCoordSys(cs); 727 715 728 // Pour savoir s'il y avait un DVList Info associe 716 729 char strg[256]; … … 767 780 } 768 781 782 // Let's write the SphereCoordSys object 783 dobj->GetCoordSys()->Write(os); 784 769 785 char strg[256]; 770 786 int mNTheta= dobj->SizeIndex();
Note:
See TracChangeset
for help on using the changeset viewer.