Skip to content

Commit

Permalink
Adding retrieved amount of point in raster output
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-hamel committed Jan 16, 2018
1 parent 87bc4be commit 7a42b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/eratosthene-raster/src/eratosthene-raster.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
/* delete output stream */
fclose( er_stream );

/* display point count */
fprintf( stdout, "%lli\n", ( er_size / LE_ARRAY_UF3 ) );

/* release raster memory */
free( er_raster );

Expand Down

0 comments on commit 7a42b3c

Please sign in to comment.