Skip to content

Commit

Permalink
remove the log of PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
gapry committed Dec 27, 2024
1 parent 5bf160c commit 2fb768f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vtkext/private/module/vtkF3DRenderer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,6 @@ void vtkF3DRenderer::ConfigureRangeAndCTFForColoring(
}

// Set Discretization

this->ColorTransferFunction = vtkSmartPointer<vtkColorTransferFunction>::New();
if (this->Colormap.size() > 0) {
if (this->Colormap.size() % 4 == 0) {
Expand Down

0 comments on commit 2fb768f

Please sign in to comment.