Changeset 518 in Sophya for trunk/SophyaLib/Samba/localmap.cc
- Timestamp:
- Oct 26, 1999, 4:31:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/localmap.cc
r473 r518 220 220 //++ 221 221 template<class T> 222 bool LocalMap<T>::ContainsSph(double theta, double phi) const 223 //-- 224 { 225 return(true); // $CHECK$ A MODIFIER - Reza 26/10/99 226 } 227 228 //++ 229 template<class T> 222 230 int LocalMap<T>::PixIndexSph(double theta,double phi) const 223 231 // … … 591 599 } 592 600 601 // Let's Read the SphereCoordSys object -- ATTENTIOn - $CHECK$ 602 SphereCoordSys* cs = dynamic_cast<SphereCoordSys*>(is.ReadObject()); 603 dobj->SetCoordSys(cs); 604 593 605 // Pour savoir s'il y avait un DVList Info associe 594 606 char strg[256]; … … 651 663 } 652 664 665 // Let's write the SphereCoordSys object 666 dobj->GetCoordSys()->Write(os); 667 653 668 char strg[256]; 654 669 int nSzX= dobj->Size_x();
Note:
See TracChangeset
for help on using the changeset viewer.