Skip to content
Snippets Groups Projects
Commit db0e15b4 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent e01c95ca
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ template <class TInputValue, class TOutputValue>
void
MachineLearningModelFactory<TInputValue,TOutputValue>
::RegisterFactory(itk::ObjectFactoryBase * factory)
{
{
// Unregister any previously registered factory of the same class
// Might be more intensive but static bool is not an option due to
// ld error.
......
......@@ -25,10 +25,10 @@ namespace otb
{
/** \class MachineLearningModelFactoryBase
* \brief Base class for the MachinelearningModelFactory
*
*
* This class intends to hold the static attributes that can not be
* part of a template class (ld error).
*
*
*/
class ITK_EXPORT MachineLearningModelFactoryBase : public itk::Object
{
......@@ -46,7 +46,7 @@ protected:
MachineLearningModelFactoryBase();
virtual ~MachineLearningModelFactoryBase();
static itk::SimpleMutexLock mutex;
static itk::SimpleMutexLock mutex;
private:
MachineLearningModelFactoryBase(const Self &); //purposely not implemented
......
......@@ -67,7 +67,7 @@ int otbImageFileWriterWithExtendedOptionBox(int argc, char* argv[])
<< starty << separator
<< sizex << separator
<< sizey
;
;
std::cout << "Output image with user defined path " << outputFilenameExtended.str() << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment