- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/relastro (modified) (1 prop)
-
Ohana/src/relastro/src/relastro_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/relastro
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana/src/relastro merged eligible /branches/eam_branches/20091201/Ohana/src/relastro 26295-26885 /branches/eam_branches/Ohana.20100407/src/relastro 27635-27772 /branches/eam_branches/largefiles.20100314/Ohana/src/relastro 27281-27430 /branches/eam_branches/relastro.20100326 27487-27559 /branches/pap_delete/Ohana/src/relastro 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/relastro/src/relastro_objects.c
r25757 r27838 15 15 16 16 // determine the populated SkyRegions overlapping the requested area (default depth) 17 skylist = SkyListByPatch (sky, -1, &UserPatch); 17 if (UserCatalog) { 18 skylist = SkyRegionByPoint (sky, -1, UserCatalogRA, UserCatalogDEC); 19 } else { 20 skylist = SkyListByPatch (sky, -1, &UserPatch); 21 } 18 22 19 23 // load data from each region file, only use bright stars
Note:
See TracChangeset
for help on using the changeset viewer.
