Corrected a typo.
This commit is contained in:
parent
aaaa59235b
commit
a240a50954
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ int main( int argc, char **argv ) {
|
|||
min_lon = rectangle.getMin().x();
|
||||
min_lat = rectangle.getMin().y();
|
||||
max_lon = rectangle.getMax().x();
|
||||
max_lon = rectangle.getMax().y();
|
||||
max_lat = rectangle.getMax().y();
|
||||
} else {
|
||||
usage( argc, argv );
|
||||
exit(-1);
|
||||
|
|
Loading…
Add table
Reference in a new issue