#2246 Vector Descriptions : Shorten percentage and remove space before Limit

This commit is contained in:
Magne Sjaastad 2017-12-14 10:32:28 +01:00
parent 9a805ac834
commit 6987a2a4c6

View File

@ -127,7 +127,7 @@ void RiuSummaryVectorDescriptionMap::populateFieldToInfoMap()
{ "FWVPT", "Water Voidage Production Total" },
{ "FWVIR", "Water Voidage Injection Rate" },
{ "FWVIT", "Water Voidage Injection Total" },
{ "FWPIR", "Ratio of produced water to injected water expressed as a percentage" },
{ "FWPIR", "Ratio of produced water to injected water (percentage)" },
{ "FWMPR", "Water component molar production rate" },
{ "FWMPT", "Water component molar production total" },
{ "FWMIR", "Water component molar injection rate" },
@ -565,7 +565,7 @@ void RiuSummaryVectorDescriptionMap::populateFieldToInfoMap()
{ "GWVPT", "Water Voidage Production Total" },
{ "GWVIR", "Water Voidage Injection Rate" },
{ "GWVIT", "Water Voidage Injection Total" },
{ "GWPIR", "Ratio of produced water to injected water expressed as a percentage" },
{ "GWPIR", "Ratio of produced water to injected water (percentage)" },
{ "GWMPR", "Water component molar production rate" },
{ "GWMPT", "Water component molar production total" },
{ "GWMIR", "Water component molar injection rate" },
@ -963,7 +963,7 @@ void RiuSummaryVectorDescriptionMap::populateFieldToInfoMap()
{ "WWVPT", "Water Voidage Production Total" },
{ "WWVIR", "Water Voidage Injection Rate" },
{ "WWVIT", "Water Voidage Injection Total" },
{ "WWPIR", "Ratio of produced water to injected water expressed as a percentage" },
{ "WWPIR", "Ratio of produced water to injected water (percentage)" },
{ "WWMPR", "Water component molar production rate" },
{ "WWMPT", "Water component molar production total" },
{ "WWMIR", "Water component molar injection rate" },