mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
Dataset {
|
|
Int32 SDS_DFNT_INT32[fakeDim0 = 5];
|
|
UInt32 SDS_DFNT_UINT32[fakeDim1 = 3];
|
|
Int32 SDS_DFNT_INT16[fakeDim2 = 5];
|
|
UInt32 SDS_DFNT_UINT16[fakeDim3 = 3];
|
|
Int32 SDS_DFNT_INT8[fakeDim4 = 5];
|
|
Byte SDS_DFNT_UINT8[fakeDim5 = 3];
|
|
Float64 SDS_DFNT_FLOAT32[fakeDim6 = 7];
|
|
Float64 SDS_DFNT_FLOAT64[fakeDim7 = 7];
|
|
Byte SDS_DFNT_CHAR8[fakeDim8 = 5];
|
|
Byte SDS_DFNT_UCHAR8[fakeDim9 = 3];
|
|
} testsds1.hdf;
|