Skip to content

Commit

Permalink
Merge pull request #33 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 ecd5862 + 0cbf929 commit 581dbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/modelfit/modelfitLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Basic routines to talk to lsst::meas::modelfit classes
%initializeNumPy(meas_modelfit)
%{
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}
%include "ndarray.i"

Expand Down

0 comments on commit 581dbd6

Please sign in to comment.