Kaydet (Commit) 0411b347 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: Ibde6ee93edae124da52e2a03528a240d4066baa7
üst a4ef2e39
...@@ -365,8 +365,8 @@ void PolarPlottingPositionHelper::setScales( const std::vector< ExplicitScaleDat ...@@ -365,8 +365,8 @@ void PolarPlottingPositionHelper::setScales( const std::vector< ExplicitScaleDat
double fTranslate =1.0; double fTranslate =1.0;
double fScale =FIXED_SIZE_FOR_3D_CHART_VOLUME/2.0; double fScale =FIXED_SIZE_FOR_3D_CHART_VOLUME/2.0;
double fTranslateLogicZ =fTranslate; double fTranslateLogicZ;
double fScaleLogicZ =fScale; double fScaleLogicZ;
{ {
double fScaleDirectionZ = AxisOrientation_MATHEMATICAL==m_aScales[2].Orientation ? 1.0 : -1.0; double fScaleDirectionZ = AxisOrientation_MATHEMATICAL==m_aScales[2].Orientation ? 1.0 : -1.0;
double MinZ = getLogicMinZ(); double MinZ = getLogicMinZ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment