Skip to content

Commit 6a93b6f

Browse files
authored
Update vtk_mex_build.m
Add missing `...` in one of the commented lines
1 parent 35bc4c4 commit 6a93b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MATLAB/vtk_mex_build.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
% ['-L' vtkBinPath '/lib'], ...
7575
% ['-lvtkCommonCore-' vtkVersion], ...
7676
% ['-lvtkCommonDataModel-' vtkVersion], ...
77-
% ['-lvtkCommonExecutionModel-' vtkVersion],
77+
% ['-lvtkCommonExecutionModel-' vtkVersion], ...
7878
% ['-lvtkCommonMath-' vtkVersion], ...
7979
% ['-lvtkCommonMisc-' vtkVersion], ...
8080
% ['-lvtkCommonSystem-' vtkVersion], ... ...

0 commit comments

Comments
 (0)