Skip to content
Snippets Groups Projects
Commit f25eb3b3 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG:forget to add wrapperApplicationTest

parent 6f642e20
Branches
Tags
No related merge requests found
/*=========================================================================
Program: ORFEO Toolbox
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
See OTBCopyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
#include "otbWrapperApplication.h"
int otbWrapperApplicationNew(int argc, char* argv[])
{
typedef otb::Wrapper::Application ApplicationType;
ApplicationType::Pointer application = ApplicationType::New();
return EXIT_SUCCESS;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment