Changeset 4066 in Sophya for trunk/SophyaLib/SkyMap/sphericalmap.h
- Timestamp:
- Apr 27, 2012, 12:54:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/sphericalmap.h
r2990 r4066 33 33 34 34 public : 35 36 35 SphericalMap() {}; 37 36 virtual ~SphericalMap() {}; … … 64 63 */ 65 64 virtual T* GetThetaSliceDataPtr(int_4 sliceIndex) { return NULL; } 65 66 protected: 67 static int_4 prt_lev_; //!< Print level 66 68 }; 67 69
Note:
See TracChangeset
for help on using the changeset viewer.