Skip to content

Commit

Permalink
[pylink] fix issues if integral name is "integral"
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Jahn committed May 18, 2018
1 parent e84343b commit c0b562a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pySecDec/code_writer/templates/pylink/pylink.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include "%(name)s.hpp"



#define INTEGRAL_NAME %(name)s

// whether or not to use contour deformation
Expand All @@ -11,10 +15,6 @@



#include "%(name)s.hpp"



// The python-C binding is general and therefore contained in the util
#include <secdecutil/pylink.hpp>

Expand Down

0 comments on commit c0b562a

Please sign in to comment.