Ticket #141: otb2zcfg-DataInputs.patch
File otb2zcfg-DataInputs.patch, 504 bytes (added by sebastic, 9 years ago) |
---|
-
thirds/otb2zcfg/otb2zcfg.cxx
diff --git a/thirds/otb2zcfg/otb2zcfg.cxx b/thirds/otb2zcfg/otb2zcfg.cxx index c664211..65d9f20 100644
a b int main(int itkNotUsed(argc), char * itkNotUsed(argv)[]) 289 289 290 290 } 291 291 } 292 std::cout << " < DataInputs>" << std::endl;292 std::cout << " </DataInputs>" << std::endl; 293 293 std::cout << " <DataOutputs>" << std::endl; 294 294 int hasOutput=-1; 295 295 for (unsigned int i = 0; i < appKeyList.size(); i++){