Skip to content

Commit

Permalink
r.sim.water: build topology for vector output (#4969)
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm authored and neteler committed Jan 22, 2025
1 parent 21cb521 commit 39ad77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raster/r.sim/simlib/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void output_walker_as_vector(int tt_minutes, int ndigit,
Vect_append_point(Points, x, y, z);
Vect_write_line(&Out, GV_POINT, Points, Cats);
}
Vect_build(&Out);
/* Close vector file */
Vect_close(&Out);

Expand Down

0 comments on commit 39ad77d

Please sign in to comment.