Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelab committed May 15, 2023
1 parent ca37c2c commit b664d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ add_library(${PLUGINNAME} MODULE
${CMAKE_CURRENT_BINARY_DIR}/${PLUGINNAME}_wrap.cxx
${CMAKE_CURRENT_SOURCE_DIR}/src/PlasmaDensity.cc
${CMAKE_CURRENT_SOURCE_DIR}/src/SourceFeatures.cc
${CMAKE_CURRENT_SOURCE_DIR}/src/PolarisationCorrections.cc
${CMAKE_CURRENT_SOURCE_DIR}/src/ALPPhotonMixing.cc
)

Expand Down
4 changes: 2 additions & 2 deletions python/alpinist.i
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
%{
#include "CRPropa.h"
#include "alpinist/Constants.h"
// #include "alpinist/Utilities.h"
#include "alpinist/CandidateProperties.h"
#include "alpinist/SourceFeatures.h"
#include "alpinist/PlasmaDensity.h"
#include "alpinist/WaveFunction.h"
#include "alpinist/PolarisationCorrections.h"
#include "alpinist/ALPPhotonMixing.h"

using namespace alpinist;
Expand All @@ -49,11 +49,11 @@

/* Include plugin parts to generate wrappers for */
%include "alpinist/Constants.h"
// %include "alpinist/Utilities.h"
%include "alpinist/CandidateProperties.h"
%include "alpinist/SourceFeatures.h"
%include "alpinist/PlasmaDensity.h"
%include "alpinist/WaveFunction.h"
%include "alpinist/PolarisationCorrections.h"
%include "alpinist/ALPPhotonMixing.h"


Expand Down

0 comments on commit b664d4f

Please sign in to comment.