mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
MDAL 0.6.1 patch release (#37246)
This commit is contained in:
parent
65ba272cb7
commit
659ed397a7
2
external/mdal/frmts/mdal_flo2d.cpp
vendored
2
external/mdal/frmts/mdal_flo2d.cpp
vendored
@ -827,7 +827,7 @@ bool MDAL::DriverFlo2D::appendGroup( HdfFile &file, MDAL::DatasetGroup *dsGroup,
|
||||
const Statistics st = dataset->statistics();
|
||||
maximums[i] = static_cast<float>( st.maximum );
|
||||
minimums[i] = static_cast<float>( st.minimum );
|
||||
times.push_back( dataset->time( RelativeTimestamp::hours ) );
|
||||
times[i] = dataset->time( RelativeTimestamp::hours ) ;
|
||||
}
|
||||
|
||||
// store data
|
||||
|
2
external/mdal/mdal.cpp
vendored
2
external/mdal/mdal.cpp
vendored
@ -21,7 +21,7 @@ static const char *EMPTY_STR = "";
|
||||
|
||||
const char *MDAL_Version()
|
||||
{
|
||||
return "0.6.0";
|
||||
return "0.6.1";
|
||||
}
|
||||
|
||||
MDAL_Status MDAL_LastStatus()
|
||||
|
Loading…
x
Reference in New Issue
Block a user