#6364 Fix incorrect spelling of coefficient everywhere.

This commit is contained in:
Kristian Bendiksen
2020-08-26 10:18:29 +02:00
parent 7daed80af7
commit e6d170a230
6 changed files with 16 additions and 16 deletions

View File

@@ -46,9 +46,9 @@ void AppEnum<RiaDefines::CurveProperty>::setUp()
"RELATIVE_PERMEABILITY_FACTOR",
"Relative Permeability Factor" );
addItem( RiaDefines::CurveProperty::PORO_ELASTIC_CONSTANT, "PORO_ELASTIC_CONSTANT", "Poro-Elastic Constant" );
addItem( RiaDefines::CurveProperty::THERMAL_EXPANSION_COEFFISIENT,
"THERMAL_EXPANSION_COEFFISIENT",
"Thermal Expansion Coeffisient" );
addItem( RiaDefines::CurveProperty::THERMAL_EXPANSION_COEFFICIENT,
"THERMAL_EXPANSION_COEFFICIENT",
"Thermal Expansion Coefficient" );
addItem( RiaDefines::CurveProperty::IMMOBILE_FLUID_SATURATION, "IMMOBILE_FLUID_SATURATION", "Immobile FLuid Saturation" );
setDefault( RiaDefines::CurveProperty::UNDEFINED );