From 22141040a52c362a60f4feb7d03e4f7d346dcae3 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 26 Apr 2024 13:19:12 -0400 Subject: add cli options to renderer, improved grid_print --- src/grids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grids.h') 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); -- cgit v1.2.3