mirror of https://github.com/ecmwf/eccodes.git
Formatting
This commit is contained in:
parent
b2e70094eb
commit
6b98e571c4
|
@ -2486,7 +2486,6 @@ int grib_accessor_bufr_data_array_t::create_keys(long onlySubset, long startSubs
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ide == 0 && !compressedData_) {
|
if (ide == 0 && !compressedData_) {
|
||||||
|
|
||||||
long subsetNumber = iss + 1;
|
long subsetNumber = iss + 1;
|
||||||
size_t len = 1;
|
size_t len = 1;
|
||||||
grib_action creatorsn = {
|
grib_action creatorsn = {
|
||||||
|
|
|
@ -231,7 +231,7 @@ int grib_accessor_data_apply_bitmap_t::pack_double(const double* val, size_t* le
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
int grib_accessor_data_apply_bitmap_t::unpack(T* val, size_t* len)
|
int grib_accessor_data_apply_bitmap_t::unpack(T* val, size_t* len)
|
||||||
{
|
{
|
||||||
static_assert(std::is_floating_point<T>::value, "Requires floating point numbers");
|
static_assert(std::is_floating_point<T>::value, "Requires floating point numbers");
|
||||||
|
|
|
@ -178,7 +178,7 @@ static int create_accessor(grib_section* p, grib_action* act, grib_loader* h)
|
||||||
act->name_space, act->name, y->name_);
|
act->name_space, act->name, y->name_);
|
||||||
/* printf("[%s %s]\n",y->all_names_[i], y->all_name_spaces_[i]); */
|
/* printf("[%s %s]\n",y->all_names_[i], y->all_name_spaces_[i]); */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ECC-1898: Remove accessor from cache
|
* ECC-1898: Remove accessor from cache
|
||||||
* This workaround was disabled because it was causing problems with the unaliasing mars.step,
|
* This workaround was disabled because it was causing problems with the unaliasing mars.step,
|
||||||
* i.e., when unaliasing "mars.step" it also unaliases "step"
|
* i.e., when unaliasing "mars.step" it also unaliases "step"
|
||||||
|
|
Loading…
Reference in New Issue