mirror of https://github.com/ecmwf/eccodes.git
ECC-1431: Add failed condition
This commit is contained in:
parent
01bc237bef
commit
34fce38e5e
|
@ -16,7 +16,7 @@ typedef struct Bounds {
|
|||
|
||||
int main(int argc, char** argv) {
|
||||
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+1, 1e+0});
|
||||
bounds.push_back({1e-0, 1e-1});
|
||||
|
|
Loading…
Reference in New Issue