Skip to content

Commit

Permalink
fmk - adding an ifdef and define for M_PI in window.h as M_PI not in …
Browse files Browse the repository at this point in the history
…standadrd
  • Loading branch information
fmckenna committed Sep 13, 2024
1 parent 0e6a557 commit 0bd8b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/createEVENT/common/smelt/window.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#include <vector>
#include <Eigen/Dense>

#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
/**
* Signal processing functionality
*/
Expand Down

0 comments on commit 0bd8b01

Please sign in to comment.