Changed order of dimensions in PLYVISC

This commit is contained in:
Joakim Hove
2014-09-28 07:54:15 +02:00
parent 5e6eb61023
commit e6733c7c8c

View File

@@ -1,6 +1,6 @@
{"name" : "PLYVISC" , "size" : {"keyword" : "TABDIMS" , "item" : "NTPVT"} , "items" :
[
{"name":"DATA", "value_type":"DOUBLE", "size_type" : "ALL" , "dimension" : ["1","PolymerDensity"]}
{"name":"DATA", "value_type":"DOUBLE", "size_type" : "ALL" , "dimension" : ["PolymerDensity","1"]}
]
}