- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_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/simmosaic_branches/Ohana/src/addstar/src/addstard.c
r6236 r27839 12 12 13 13 /* store the sky table in a global for internal use */ 14 ServerSky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, SKY_DEPTH, VERBOSE);14 ServerSky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, TRUE, SKY_DEPTH, VERBOSE); 15 15 SkyTableSetFilenames (ServerSky, CATDIR, "cpt"); 16 16 … … 23 23 24 24 /* wait for clients to make connection */ 25 BindSocket = WaitServerSocket (InitSocket, &Address, VALID_IP, NVALID );25 BindSocket = WaitServerSocket (InitSocket, &Address, VALID_IP, NVALID_ID); 26 26 if (BindSocket == -1) continue; 27 27
Note:
See TracChangeset
for help on using the changeset viewer.
