From 3dc16b2b45121ec57d4e8d37a332a2074a5f0acd Mon Sep 17 00:00:00 2001 From: Nicholas Persley Date: Fri, 12 Jul 2024 14:30:48 -0400 Subject: [PATCH] Remove unused variable `outputVarsFileName` (SW_NETCDF) --- include/SW_datastructs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SW_datastructs.h b/include/SW_datastructs.h index 0816417cb..b8d5fc84d 100644 --- a/include/SW_datastructs.h +++ b/include/SW_datastructs.h @@ -1132,8 +1132,6 @@ typedef struct { int baseCalendarYear; /**< Calendar year that is the reference basis of the time units (e.g., days since YYYY-01-01) of every output netCDFs */ - - char *outputVarsFileName; } SW_NETCDF; struct SW_OUT_DOM {