|
@@ -155,7 +155,7 @@ void G3d_adjustRegion(G3D_Region * region)
|
|
const char *err;
|
|
const char *err;
|
|
|
|
|
|
G3d_regionToCellHead(region, ®ion2d);
|
|
G3d_regionToCellHead(region, ®ion2d);
|
|
- if ((err = Rast_adjust_Cell_head3(®ion2d, 1, 1, 1)) != NULL) {
|
|
|
|
|
|
+ if ((err = G_adjust_Cell_head3(®ion2d, 1, 1, 1)) != NULL) {
|
|
G_fatal_error("G3d_adjustRegion: %s", err);
|
|
G_fatal_error("G3d_adjustRegion: %s", err);
|
|
}
|
|
}
|
|
G3d_regionFromToCellHead(®ion2d, region);
|
|
G3d_regionFromToCellHead(®ion2d, region);
|
|
@@ -184,7 +184,7 @@ void G3d_adjustRegionRes(G3D_Region * region)
|
|
const char *err;
|
|
const char *err;
|
|
|
|
|
|
G3d_regionToCellHead(region, ®ion2d);
|
|
G3d_regionToCellHead(region, ®ion2d);
|
|
- if ((err = Rast_adjust_Cell_head3(®ion2d, 1, 1, 1)) != NULL) {
|
|
|
|
|
|
+ if ((err = G_adjust_Cell_head3(®ion2d, 1, 1, 1)) != NULL) {
|
|
G_fatal_error("G3d_adjustRegionRes: %s", err);
|
|
G_fatal_error("G3d_adjustRegionRes: %s", err);
|
|
}
|
|
}
|
|
G3d_regionFromToCellHead(®ion2d, region);
|
|
G3d_regionFromToCellHead(®ion2d, region);
|