Content-Length: 211126 | pFad | http://github.com/Unidata/netcdf-c/commit/df7f6ec5719a5ce89f4de129420c1d8c5c1f8161

D1 Correct undefined variable error. · Unidata/netcdf-c@df7f6ec · GitHub
Skip to content

Commit

Permalink
Correct undefined variable error.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Feb 21, 2023
1 parent 5ae3655 commit df7f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nc_test/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ check_dims(int ncid)
void
check_vars(int ncid)
{
size_t index[MAX_RANK];
size_t index[MAX_RANK] = {0};
char text, name[NC_MAX_NAME];
int i, err; /* status */
size_t j;
Expand Down

0 comments on commit df7f6ec

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Unidata/netcdf-c/commit/df7f6ec5719a5ce89f4de129420c1d8c5c1f8161

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy