Added default values for keywords ENPTVD/ENKRVD
Setting defaulted parameters to -1 for later identification.
This commit is contained in:
parent
72b183b0c6
commit
c26ba00794
@ -1,5 +1,5 @@
|
||||
{"name" : "ENKRVD" , "size" : {"keyword" : "ENDSCALE" , "item" : "NUM_TABLES"},
|
||||
"items" : [
|
||||
{"name":"DATA", "value_type":"DOUBLE", "size_type" : "ALL" , "dimension" : ["Length","1","1","1","1","1","1","1"]}
|
||||
{"name":"DATA", "value_type":"DOUBLE", "default" : -1 , "size_type" : "ALL" , "dimension" : ["Length","1","1","1","1","1","1","1"]}
|
||||
]
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{"name" : "ENPTVD" , "size" : {"keyword" : "ENDSCALE" , "item" : "NUM_TABLES"},
|
||||
"items" : [
|
||||
{"name":"DATA", "value_type":"DOUBLE", "size_type" : "ALL" , "dimension" : ["Length","1","1","1","1","1","1","1","1"]}
|
||||
{"name":"DATA", "value_type":"DOUBLE", "default" : -1 , "size_type" : "ALL" , "dimension" : ["Length","1","1","1","1","1","1","1","1"]}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user