mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
remove extraneous file
This commit is contained in:
parent
079c3a771c
commit
4d6c5f7676
@ -1,34 +0,0 @@
|
||||
netcdf appel {
|
||||
types:
|
||||
int(*) vlen_int ;
|
||||
compound singleCompoundType {
|
||||
vlen_int vlenIntVector(2) ;
|
||||
}; // singleCompoundType
|
||||
compound pfCoilType {
|
||||
vlen_int name ;
|
||||
}; // pfCoilType
|
||||
pfCoilType(*) vlen_t ;
|
||||
vlen_int(*) vlen_int2 ;
|
||||
compound singleCompoundType2 {
|
||||
vlen_int2 vlenIntVector ;
|
||||
}; // singleCompoundType2
|
||||
dimensions:
|
||||
vlenDim = 2 ;
|
||||
variables:
|
||||
vlen_int vdata ;
|
||||
singleCompoundType singleCompound ;
|
||||
vlen_t pfCircuits ;
|
||||
singleCompoundType2 singleCompound2 ;
|
||||
vlen_int vlenIntVector(vlenDim) ;
|
||||
data:
|
||||
|
||||
vdata = {1, 2, 3} ;
|
||||
|
||||
singleCompound = {{{11}, {12}}} ;
|
||||
|
||||
pfCircuits = {{{1, 2, 3}}, {{2}}, {{3}}, {{4}}} ;
|
||||
|
||||
singleCompound2 = {{{11}, {12}}} ;
|
||||
|
||||
vlenIntVector = {1, 2, 3}, {1, 2, 3} ;
|
||||
}
|
Loading…
Reference in New Issue
Block a user