mirror of https://github.com/ecmwf/eccodes.git
ECC-1431: Minor changes
This commit is contained in:
parent
34fce38e5e
commit
0dac5f60cb
|
@ -16,7 +16,7 @@ typedef struct Bounds {
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
std::vector<Bounds> bounds;
|
std::vector<Bounds> bounds;
|
||||||
bounds.push_back({1e+100, 1e+99}); [> fails <]
|
bounds.push_back({1e+100, 1e+99}); /* fails */
|
||||||
bounds.push_back({1e+10, 1e+9});
|
bounds.push_back({1e+10, 1e+9});
|
||||||
bounds.push_back({1e+1, 1e+0});
|
bounds.push_back({1e+1, 1e+0});
|
||||||
bounds.push_back({1e-0, 1e-1});
|
bounds.push_back({1e-0, 1e-1});
|
||||||
|
|
Loading…
Reference in New Issue