diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-26 13:19:12 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-26 13:19:12 -0400 |
| commit | 22141040a52c362a60f4feb7d03e4f7d346dcae3 (patch) | |
| tree | c6568e8f5c38f872b275c3aced3ae21095516dc3 /src/grids.h | |
| parent | c3e492ca3a880411a6a98e60df012cbd6324b629 (diff) | |
add cli options to renderer, improved grid_print
Diffstat (limited to 'src/grids.h')
| -rw-r--r-- | src/grids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grids.h b/src/grids.h index b823c91..293ceb5 100644 --- a/src/grids.h +++ b/src/grids.h @@ -44,6 +44,6 @@ CBASE complex grid_to_complex(const grid_t* grid, const size_t index); void zoom_grid(grid_t* grid, const CBASE magnification); void print_grid_info(const grid_t* grid); -void print_grid(const grid_t* grid); +void print_grid(FILE* file, const grid_t* grid); int write_grid(FILE* file, const grid_t* grid); grid_t* read_grid(FILE* file); |
