Navigation Menu

Skip to content

Commit

Permalink
Fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 15, 2021
1 parent 55c9970 commit 3de13ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/mdal/frmts/mdal_cf.cpp
Expand Up @@ -21,7 +21,7 @@ static std::pair<std::string, std::string> metadataFromClassification( const MDA
std::pair<std::string, std::string> classificationMeta;
classificationMeta.first = "classification";
std::string classification;
for ( const auto boundValues : classes )
for ( const auto &boundValues : classes )
{
if ( boundValues.first != NC_FILL_DOUBLE )
classification.append( MDAL::doubleToString( boundValues.first ) );
Expand Down

0 comments on commit 3de13ad

Please sign in to comment.