Skip to content

Commit

Permalink
#4: Add macro for FPT module prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskeiner committed Apr 9, 2016
1 parent 948ffbb commit 69452fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/infft.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ typedef double _Complex C;
#define NFFT(name) CONCAT(nfft_,name)
#define NFCT(name) CONCAT(nfct_,name)
#define NFST(name) CONCAT(nfst_,name)
#define FPT(name) CONCAT(fpt_,name)
#define NFSFT(name) CONCAT(nfsft_,name)
#define SOLVER(name) CONCAT(solver_,name)
#endif
Expand Down

0 comments on commit 69452fc

Please sign in to comment.