Skip to content

Commit

Permalink
Update misc/m.nviz.image/volume.c
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ShubhamDesai and github-actions[bot] authored Feb 10, 2025
1 parent 0d79b9e commit b6330ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/m.nviz.image/volume.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ int load_rasters3d(const struct GParams *params, nv_data *data)
G_fatal_error(_("3d raster map <%s> not found"),
params->volume->answers[i]);
}
char *mname = G_fully_qualified_name(params->volume->answers[i], mapset);
char *mname =
G_fully_qualified_name(params->volume->answers[i], mapset);
id = Nviz_new_map_obj(MAP_OBJ_VOL, mname, 0.0, data);
G_free(mname);

Expand Down

0 comments on commit b6330ca

Please sign in to comment.