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

STYLE:kwstyle

parent 1dad6d22
No related branches found
No related tags found
No related merge requests found
......@@ -261,12 +261,12 @@ ExtendedFilenameToWriterOptions::RegionType
ExtendedFilenameToWriterOptions
::GetBox() const
{
typedef boost::tokenizer<boost::char_separator<char> > tokenizer;
typedef boost::tokenizer<boost::char_separator<char> > Tokenizer;
boost::char_separator<char> sep(":");
tokenizer tokens(m_Options.box.second, sep);
Tokenizer tokens(m_Options.box.second, sep);
tokenizer::iterator it = tokens.begin();
Tokenizer::iterator it = tokens.begin();
typename RegionType::IndexType start;
typename RegionType::SizeType size;
......
......@@ -43,9 +43,6 @@
#include "otbRAMDrivenTiledStreamingManager.h"
#include "otbRAMDrivenAdaptativeStreamingManager.h"
#include <boost/foreach.hpp>
#include <boost/tokenizer.hpp>
namespace otb
{
......
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