Changeset 1250 in Sophya for trunk/SophyaExt
- Timestamp:
- Oct 20, 2000, 6:48:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r1234 r1250 178 178 if (lastpix>0) 179 179 { 180 nside = sqrt( nbentries/12);180 nside = sqrt((double)(nbentries/12)); 181 181 } 182 182 else
Note:
See TracChangeset
for help on using the changeset viewer.