Changeset 703 for trunk/thirds/otb2zcfg
- Timestamp:
- Jun 30, 2015, 2:06:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/thirds/otb2zcfg/otb2zcfg.cxx
r566 r703 178 178 /* Bounded and unbounded parameters */ 179 179 if(type == ParameterType_StringList || type == ParameterType_InputImageList 180 || type == ParameterType_InputVectorDataList || type == ParameterType_InputFilenameList) 180 || type == ParameterType_InputVectorDataList || type == ParameterType_InputFilenameList 181 || type == ParameterType_ListView) 181 182 std::cout << " maxOccurs = 1024" << std::endl; 182 183 else
Note: See TracChangeset
for help on using the changeset viewer.