Changeset 39200
- Timestamp:
- Nov 30, 2015, 6:15:47 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src
- Files:
-
- 3 edited
-
setgalmodel.c (modified) (1 diff)
-
setgalmodel_client.c (modified) (1 diff)
-
update_dvo_setgalmodel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/setgalmodel.c
r38986 r39200 11 11 status = update_dvo_setgalmodel (); 12 12 13 if (!status) exit (1); 13 if (!status) { 14 fprintf (stderr, "ERROR: problem running setgalmodel\n"); 15 exit (1); 16 } 17 fprintf (stderr, "SUCCESS running setgalmodel\n"); 14 18 exit (0); 15 19 } -
branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/setgalmodel_client.c
r38986 r39200 17 17 18 18 update_dvo_setgalmodel (); 19 fprintf (stderr, "SUCCESS running setgalmodel_client\n"); 19 20 20 21 exit (0); -
branches/eam_branches/ipp-20151113/Ohana/src/uniphot/src/update_dvo_setgalmodel.c
r38986 r39200 37 37 dvo_catalog_init (&catalog, TRUE); 38 38 catalog.filename = HOST_ID ? localFilename : skylist[0].filename[i]; 39 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_ MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_STARPAR;39 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_STARPAR; 40 40 catalog.Nsecfilt = GetPhotcodeNsecfilt (); 41 41
Note:
See TracChangeset
for help on using the changeset viewer.
