Changeset 35547 for branches/eam_branches/ipp-20130419/Ohana/src/dvomerge
- Timestamp:
- May 9, 2013, 11:28:24 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/Ohana
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/dvomerge/src/dvomergeFromList.c (modified) (3 diffs)
-
src/dvomerge/src/dvoverify_utils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/Ohana
- Property svn:mergeinfo changed
/trunk/Ohana merged: 35425,35450,35454,35457,35494,35508
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130419/Ohana/src/dvomerge/src/dvomergeFromList.c
r29938 r35547 103 103 sprintf (outputfile, "%s/%s", output, list[i]); 104 104 105 OutputStatus *outstat = OutputStatusInit (1); 106 outstat[0].history = dmhObjectRead (outputfile); 107 108 dmhObjectStats *inStats = dmhObjectStatsRead (inputfile); 109 105 110 LoadCatalog (&incatalog, NULL, inputfile, "r", NsecfiltInput); 106 111 … … 138 143 outcatalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF; 139 144 145 dmhObjectAdd (outstat[0].history, &outcatalog.header, inStats); 146 140 147 // if we receive a signal which would cause us to exit, wait until the full catalog is written 141 148 SetProtect (TRUE); … … 148 155 fprintf (stderr, "merged %s into %s\n", inputfile, outputfile); 149 156 157 dmhObjectStatsFree (inStats); 158 OutputStatusFree (outstat, 1); 159 150 160 dvo_catalog_unlock (&outcatalog); 151 161 dvo_catalog_free (&outcatalog); -
branches/eam_branches/ipp-20130419/Ohana/src/dvomerge/src/dvoverify_utils.c
r34405 r35547 26 26 if (!VerifyTableFile (filename)) { 27 27 fprintf (stderr, "bad average table %s\n", filename); 28 isGood = FALSE; 29 } 30 31 if (!CheckCatalogIndexes(filename, NULL)){ 32 fprintf (stderr, "bad indexes in %s\n", filename); 28 33 isGood = FALSE; 29 34 } … … 45 50 isGood = FALSE; 46 51 } 52 47 53 return (isGood); 48 54 }
Note:
See TracChangeset
for help on using the changeset viewer.
