We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17350f commit 0089e04Copy full SHA for 0089e04
Hybrid/vtkCubeAxesActor.cxx
@@ -1956,9 +1956,8 @@ void vtkCubeAxesActor::BuildLabels(vtkAxisActor *axes[4])
1956
{
1957
char label[64];
1958
int i, labelCount = 0;
1959
- double majorStart = axes[0]->GetMajorRangeStart();
1960
double deltaMajor = axes[0]->GetDeltaMajor();
1961
- const double *p2 = axes[0]->GetPoint2Coordinate()->GetValue();
+ const double *p2 = axes[0]->GetPoint2Coordinate()->GetValue();
1962
double *range = axes[0]->GetRange();
1963
double lastVal = 0, val = axes[0]->GetMajorStart();
1964
double extents = range[1] - range[0];
0 commit comments