From e93c55001bf88748bd72faca6ec53330ce1c17cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philippe=20P=2E=20P=C3=A9ba=C3=BF?=
 <philippe.pebay@ng-analytics.com>
Date: Sun, 29 Oct 2017 22:12:55 +0100
Subject: [PATCH] Fixed a bug

---
 Filters/HyperTree/vtkHyperTreeGridCellCenters.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Filters/HyperTree/vtkHyperTreeGridCellCenters.h b/Filters/HyperTree/vtkHyperTreeGridCellCenters.h
index 55d4cf11a26..1afa5403ddd 100644
--- a/Filters/HyperTree/vtkHyperTreeGridCellCenters.h
+++ b/Filters/HyperTree/vtkHyperTreeGridCellCenters.h
@@ -74,7 +74,7 @@ protected:
   /**
    * For this algorithm the output is a vtkPolyData instance
    */
-  int FillInputPortInformation( int, vtkInformation* ) override;
+  int FillOutputPortInformation( int, vtkInformation* ) override;
 
   /**
    * Main routine to generate cell centers
-- 
GitLab