Skip to content

Commit

Permalink
Merge pull request #10 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 584abae + 4886691 commit 35d2e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/timeModels.i
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define PY_ARRAY_UNIQUE_SYMBOL LSST_SHAPELET_TIMEMODELS_NUMPY_ARRAY_API
#include "numpy/arrayobject.h"
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}

%import "lsst/afw/table/tableLib.i"
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/shapelet/shapeletLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Python interface to lsst::shapelet classes and functions
%{
#include "lsst/afw/geom.h"
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
#include "lsst/afw/geom/ellipses/PyPixelRegion.h"
#include "lsst/afw/table.h"
%}
Expand Down

0 comments on commit 35d2e1f

Please sign in to comment.