Skip to content

Commit

Permalink
Merge pull request #50 from lsst/tickets/DM-7690
Browse files Browse the repository at this point in the history
Non-swig specific ndarray headers have moved
  • Loading branch information
Pim Schellart committed Oct 3, 2016
2 parents c774960 + ad8fc5c commit d449382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/algorithmsLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace lsst { namespace meas { namespace algorithms { namespace interp {} nam
%initializeNumPy(meas_algorithms)
%{
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}
%include "ndarray.i"

Expand Down

0 comments on commit d449382

Please sign in to comment.