Skip to content

Commit

Permalink
Merge pull request #443 from Kitware/better-ConcentricCylinderSource
Browse files Browse the repository at this point in the history
fix(ConcentricCylinderSource): Add missing getCellFields() method
  • Loading branch information
jourdain authored Dec 1, 2017
2 parents 304e95f + d7acde0 commit a0400d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Filters/Sources/ConcentricCylinderSource/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export function extend(publicAPI, model, initialValues = {}) {
'center',
'direction',
], 3);
macro.getArray(publicAPI, model, ['cellFields']);
macro.algo(publicAPI, model, 0, 1);
vtkConcentricCylinderSource(publicAPI, model);
}
Expand Down

0 comments on commit a0400d4

Please sign in to comment.