Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Feb 13, 2025
2 parents 2e77085 + b6330ca commit 618b52d
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 618b52d

Please sign in to comment.