Changeset 555 for trunk/thirds
- Timestamp:
- Feb 6, 2015, 5:14:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/thirds/otb2zcfg/otb2zcfg.cxx
r550 r555 130 130 for (std::vector<std::string>::const_iterator it = list.begin(); it != list.end(); ++it){ 131 131 std::string filename= *it + ".zcfg"; 132 std::ofstream out(filename );132 std::ofstream out(filename.c_str(),std::ofstream::out); 133 133 std::streambuf *coutbuf = std::cout.rdbuf(); 134 134 std::cout.rdbuf(out.rdbuf());
Note: See TracChangeset
for help on using the changeset viewer.