Skip to content

Commit

Permalink
fix(ConcentricCylinderSource): Add missing getCellFields() method
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Dec 1, 2017
1 parent 0027bb5 commit d7acde0
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 d7acde0

Please sign in to comment.