- Timestamp:
- Feb 11, 2011, 4:29:48 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
magic/remove/src/streakscompare.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/magic/remove/src/streakscompare.c
r26477 r30586 18 18 ippStage stage = psMetadataLookupS32(&status, config->arguments, "STAGE"); 19 19 20 sFile *file1 = sFileOpen(config, stage, "INPUT1", NULL, true );21 sFile *file2 = sFileOpen(config, stage, "INPUT2", NULL, true );20 sFile *file1 = sFileOpen(config, stage, "INPUT1", NULL, true, false); 21 sFile *file2 = sFileOpen(config, stage, "INPUT2", NULL, true, false); 22 22 23 23 int ncomponents;
Note:
See TracChangeset
for help on using the changeset viewer.
