]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.opencascade.vtk/src/org/simantics/opencascade/vtk/EdgePointsFilter.java
Remove dependencies on log4j
[simantics/3d.git] / org.simantics.opencascade.vtk / src / org / simantics / opencascade / vtk / EdgePointsFilter.java
index e8505d3ddc4e4e4b85fc5b19e1690eb3f221ca17..17b78c732084aaf3879c312bab9da1472e5f1c72 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade.vtk;\r
 \r
 import java.util.HashSet;\r
@@ -29,8 +40,8 @@ public class EdgePointsFilter extends vtkProgrammableFilter {
                vtkPolyData polyDataInput = GetPolyDataInput();\r
                vtkPolyData polyDataOutput = GetPolyDataOutput();\r
                vtkPoints inputPoints = polyDataInput.GetPoints();\r
\r
-           outputPoints = new vtkPoints();\r
+\r
+               outputPoints = new vtkPoints();\r
 \r
                MapList<Integer, Integer> edgeIndices = new MapList<Integer, Integer>();\r
                for (int i = 0; i <polyDataInput.GetNumberOfCells(); i++) {\r