mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
removed C++ style comment
This commit is contained in:
parent
45a6f02d7c
commit
2d509f2d9b
@ -102,7 +102,7 @@ typedef struct Diminfo {
|
||||
int isconstant; /* separate constant from named dimension*/
|
||||
size_t unlimitedsize; /* if unlimited */
|
||||
size_t declsize; /* 0 => unlimited/unspecified*/
|
||||
// size_t unlimitedsize; /* computed unlimited size */
|
||||
/* size_t unlimitedsize; *//* computed unlimited size */
|
||||
} Diminfo;
|
||||
|
||||
typedef struct Attrinfo {
|
||||
|
Loading…
Reference in New Issue
Block a user