Skip to content

Commit

Permalink
Merge pull request #99 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 e64d0ae + 291e8fa commit 8e01ba2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/lsst/afw/detection/detectionLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import numpy # used by some afw.table stuff we invoked here, but not included b
%initializeNumPy(afw_detection)
%{
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}
%include "ndarray.i"

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/afw/geom/ellipses/ellipsesLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Python interface to lsst::afw::geom::ellipses classes and functions
%initializeNumPy(afw_geom_ellipses)
%{
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}
%include "ndarray.i"

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/afw/geom/geomLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Python interface to lsst::afw::geom classes
%initializeNumPy(afw_geom)
%{
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}
%include "ndarray.i"

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/afw/image/imageLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace boost {
%initializeNumPy(afw_image)
%{
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}
%include "lsst/daf/base/persistenceMacros.i"

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/afw/math/mathLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Python interface to lsst::afw::math classes
%initializeNumPy(afw_math)
%{
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}
%include "ndarray.i"

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/afw/table/tableLib.i
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Python interface to lsst::afw::table classes
%initializeNumPy(afw_table)
%{
#include "ndarray/swig.h"
#include "ndarray/swig/eigen.h"
#include "ndarray/converter/eigen.h"
%}
%include "ndarray.i"

Expand Down

0 comments on commit 8e01ba2

Please sign in to comment.