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

STYLE

parent a1b00917
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ public:
typedef Functor::BinarySpectralAngleFunctor<PixelType, ReferencePixelType, PrecisionType>
SpectralAngleFunctorType;
typedef std::pair<IndexType, IndexType> IndexPairType;
typedef std::pair<IndexType, IndexType> IndexPairType;
typedef std::vector<PrecisionType> OutputType;
virtual OutputType Evaluate( const DataNodeType& node ) const;
......
......@@ -95,7 +95,7 @@ public:
* \param key The name of the field.
* \param value The value of the field.
*/
void SetFieldAsInt(std::string key, int value);
void SetFieldAsInt(std::string key, int value);
/**
* Returns the value associated with a field name.
......
......@@ -213,7 +213,7 @@ int otbGDALImageIOTestWriteMetadata(int argc, char * argv[])
// Get some informations from file
std::ofstream fileWriteRead;
fileWriteRead.open(argv[3]);
fileWriteRead << "Projection Ref: "<< poDataset->GetProjectionRef()<< "\n" ;
fileWriteRead << "Projection Ref: "<< poDataset->GetProjectionRef()<< "\n";
double GT[6];
if (poDataset->GetGeoTransform(GT) == CE_None)
{
......
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