Changeset 446 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/App/TAppExtractor/extrmain.cpp
- Timestamp:
- 26 May 2013, 16:22:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/App/TAppExtractor/extrmain.cpp
r438 r446 41 41 #include "TAppExtrTop.h" 42 42 43 #if H_MV 43 44 // ==================================================================================================================== 44 45 // Main function … … 68 69 69 70 // call extraction function 70 cTAppExtrTop.extract();71 // cTAppExtrTop.extract(); 71 72 72 73 // ending time … … 76 77 return EXIT_SUCCESS; 77 78 } 79 #else 78 80 81 #include <iostream> 82 int main(int argc, char* argv[]) 83 { 84 std::cout << "Set H_MV equal to 1 in TypeDef.h to build bitstream extractor. " << std::endl; 85 return 1; 86 } 79 87 88 #endif 89
Note: See TracChangeset for help on using the changeset viewer.