Added MULTIREG keyword.

This commit is contained in:
Joakim Hove
2014-12-13 20:40:01 +01:00
parent d75c830388
commit 22bba69159

View File

@@ -0,0 +1,6 @@
{"name" : "MULTIREG" , "sections" : ["GRID","EDIT","PROP","REGIONS","SOLUTION"],
"items" :
[{"name" : "ARRAY" , "value_type" : "STRING" , "description" : "The 3D array we will update"},
{"name" : "FACTOR" , "value_type" : "DOUBLE" , "description" : "The value we will multiply with" , "default" : 0} ,
{"name" : "REGION_NUMBER" , "value_type" : "INT" , "description" : "The region number we are interested in"} ,
{"name" : "REGION_NAME" , "value_type" : "STRING" , "description" : "The name of the region we are interested in" , "default" : "M"}]}