Changeset 2178 in Sophya for trunk/SophyaPI/ProgPI/skymapmodule.cc
- Timestamp:
- Aug 11, 2002, 5:44:15 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/skymapmodule.cc
r2177 r2178 1386 1386 } 1387 1387 if(slp.NPoints()<=0) continue; 1388 xnt[0] = ll / (r_8) slp.NPoints(); 1388 ll /= (r_8) slp.NPoints(); 1389 xnt[0] = ll; 1389 1390 xnt[1] = slp.NPoints(); 1390 1391 r_8 s,a0,a1,a2;
Note:
See TracChangeset
for help on using the changeset viewer.