mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#639) Use lower case for x and y
This commit is contained in:
parent
9a25a71cde
commit
11b317dd1b
@ -1725,8 +1725,8 @@ void RimEclipseView::axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::S
|
||||
{
|
||||
CVF_ASSERT(xLabel && yLabel && zLabel);
|
||||
|
||||
*xLabel = "E(X)";
|
||||
*yLabel = "N(Y)";
|
||||
*xLabel = "E(x)";
|
||||
*yLabel = "N(y)";
|
||||
*zLabel = "Z";
|
||||
}
|
||||
|
||||
|
@ -635,8 +635,8 @@ void RimGeoMechView::axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::S
|
||||
{
|
||||
CVF_ASSERT(xLabel && yLabel && zLabel);
|
||||
|
||||
*xLabel = "E(X,1)";
|
||||
*yLabel = "N(Y,2)";
|
||||
*xLabel = "E(x,1)";
|
||||
*yLabel = "N(y,2)";
|
||||
*zLabel = "Z(3)";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user