fix parsing
This commit is contained in:
parent
f32a4d6837
commit
c7b80ccc72
@ -3,15 +3,7 @@
|
||||
"sections": [
|
||||
"PROPS"
|
||||
],
|
||||
"size": "UNKNOWN",
|
||||
"items": [
|
||||
{
|
||||
"name": "NAME_COMP1",
|
||||
"value_type": "STRING"
|
||||
},
|
||||
{
|
||||
"name": "NAME_COMP2",
|
||||
"data": {
|
||||
"value_type": "STRING"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -7,7 +7,6 @@
|
||||
"keyword": "TABDIMS",
|
||||
"item": "NTSFUN"
|
||||
},
|
||||
"requires": ["GAS"],
|
||||
"prohibits": ["SGOF", "SLGOF", "SGFN"],
|
||||
"items": [
|
||||
{
|
||||
|
@ -7,7 +7,6 @@
|
||||
"keyword": "TABDIMS",
|
||||
"item": "NTSFUN"
|
||||
},
|
||||
"requires": ["WATER"],
|
||||
"prohibits": ["SWOF", "SWFN"],
|
||||
"items": [
|
||||
{
|
||||
|
@ -1,23 +1,23 @@
|
||||
{
|
||||
"name": "ZMFVD",
|
||||
"comment": "Hardcoded two components.",
|
||||
"sections": [
|
||||
"PROPS"
|
||||
],
|
||||
"size": {
|
||||
"keyword": "EQLDIMS",
|
||||
"item": "NTEQUL"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"name": "DEPTH",
|
||||
"name": "DATA",
|
||||
"value_type": "DOUBLE",
|
||||
"dimension": "Length"
|
||||
},
|
||||
{
|
||||
"name": "COMPOSITION1",
|
||||
"value_type": "DOUBLE",
|
||||
"dimension": "1"
|
||||
},
|
||||
{
|
||||
"name": "COMPOSITION2",
|
||||
"value_type": "DOUBLE",
|
||||
"dimension": "1"
|
||||
}
|
||||
"size_type": "ALL",
|
||||
"dimension": [
|
||||
"Length",
|
||||
"1",
|
||||
"1"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user