Changeset 1373 in 3DVCSoftware for branches/HTM-15.2-dev/source/Lib/TAppCommon
- Timestamp:
- 6 Nov 2015, 16:18:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.2-dev/source/Lib/TAppCommon/TAppComCamPara.cpp
r1360 r1373 49 49 #include <functional> 50 50 #include <string> 51 #if NH_3D 51 #if NH_3D_VSO 52 52 53 53 … … 194 194 TAppComCamPara::xReadCameraParameterFile( TChar* pchCfgFileName ) 195 195 { 196 assert( pchCfgFileName != NULL ); 197 196 198 std::ifstream cCfgStream( pchCfgFileName, std::ifstream::in ); 197 199 if( !cCfgStream )
Note: See TracChangeset for help on using the changeset viewer.