Skip to content

Commit

Permalink
Print bounding box in verbose mode only
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Jun 14, 2011
1 parent 761af29 commit 31de2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/tests/vhtjako.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static dErr VHTCaseSetUp_Jako(VHTCase scase)

// Convert a physical coordinate in the current projection to a pixel coordinate
gerr = GDALInvGeoTransform(jako->mygeo,jako->myinvgeo);dGDALCHK(gerr);
if (0) {
if (gdal->verbose) {
dInt i,j;
double a,b;
err = dRealTableView(3,2,&scase->bbox[0][0],PETSC_VIEWER_STDOUT_WORLD,"bbox");dCHK(err);
Expand Down

0 comments on commit 31de2d6

Please sign in to comment.