This commit is contained in:
papush! 2022-03-14 14:32:34 +01:00
parent 52fc7bd32e
commit 3108c01028
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ int main(int argc, char **argv) {
dihedralAnglesFilter->SetInputConnection(project->GetOutputPort());
vtkNew<vtkPointSmoothingFilter> pointSmoothingFilter;
pointSmoothingFilter->SetInputConnection(dihedralAnglesFilter->GetOutputPoort());
pointSmoothingFilter->SetInputConnection(dihedralAnglesFilter->GetOutputPort());
vtkNew<vtkXMLUnstructuredGridWriter> writer;
writer->SetInputConnection(pointSmoothingFilter->GetOutputPort());