Changeset 25851 for trunk/ippTools/src/warptool.c
- Timestamp:
- Oct 15, 2009, 11:37:32 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r25840 r25851 1753 1753 } 1754 1754 1755 if (!pxExportVersion(config, f)) { 1756 psError(PS_ERR_UNKNOWN, false, "failed to write dbversion output file"); 1757 return false; 1758 } 1755 1759 psMetadata *where = psMetadataAlloc(); 1756 1760 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); … … 1845 1849 psMetadata *input = psMetadataConfigRead (NULL, &nFail, infile, false); 1846 1850 1847 fprintf (stdout, "---- input ----\n"); 1851 #ifdef notdef 1852 fprintf (stderr, "---- input ----\n"); 1848 1853 psMetadataPrint (stderr, input, 1); 1854 #endif 1855 1856 if (!pxCheckImportVersion(config, input)) { 1857 psError(PS_ERR_UNKNOWN, false, "pxCheckImportVersion failed"); 1858 return false; 1859 } 1849 1860 1850 1861 psMetadataItem *item = psMetadataLookup (input, "warpRun");
Note:
See TracChangeset
for help on using the changeset viewer.
