Changeset 2987 in Sophya for trunk/SophyaLib/SkyMap/spherethetaphi.cc
- Timestamp:
- Jun 22, 2006, 3:01:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherethetaphi.cc
r2985 r2987 688 688 void SphereThetaPhi<T>::print(ostream& os) const 689 689 { 690 Show(os);690 this->Show(os); 691 691 os << "SphereThetaPhi<T> NTheta_= " << NTheta_ << " NPix_ = " << NPix_ 692 692 << " Omega_ = " << Omega_ << endl;
Note:
See TracChangeset
for help on using the changeset viewer.