Changeset 839 for branches/prototype-v0/thirds
- Timestamp:
- Aug 7, 2017, 2:56:24 PM (7 years ago)
- Location:
- branches/prototype-v0/thirds
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/thirds/otb2zcfg/otb2zcfg.cxx
r783 r839 312 312 std::string s=m_Application->GetParameterDescription(paramKey); 313 313 if(s.length()>0){ 314 s=ReplaceAll(ReplaceAll(s,std::string("\n"),std::string("")),std::string("\t"),std::string("")); 314 315 std::cout << " Title = " << s << std::endl; 315 316 std::cout << " Abstract = " << s << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.