Default: Removed invalid default value.

This commit is contained in:
Joakim Hove
2014-08-25 11:30:46 +02:00
parent 32d2901b0f
commit 9cd30b8c7a
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
{"name" : "FIPNUM" , "data" : {"value_type" : "INT" , "default" : 0}}
{"name" : "FIPNUM" , "data" : {"value_type" : "INT" }}

View File

@@ -1 +1 @@
{"name" : "FLUXNUM" , "data" : {"value_type" : "INT" , "default" : 0}}
{"name" : "FLUXNUM" , "data" : {"value_type" : "INT" }}

View File

@@ -1 +1 @@
{"name" : "PERMY" , "data" : {"value_type" : "DOUBLE" , "default" : 0 , "dimension" : "Permeability"}}
{"name" : "PERMY" , "data" : {"value_type" : "DOUBLE" , "dimension" : "Permeability"}}

View File

@@ -1 +1 @@
{"name" : "PERMZ" , "data" : {"value_type" : "DOUBLE" , "default" : 0 , "dimension" : "Permeability"}}
{"name" : "PERMZ" , "data" : {"value_type" : "DOUBLE" , "dimension" : "Permeability"}}

View File

@@ -1 +1 @@
{"name" : "PORO" , "data" : {"value_type" : "DOUBLE" , "default" : 0 , "dimension":"1"}}
{"name" : "PORO" , "data" : {"value_type" : "DOUBLE" , "dimension":"1"}}