Skip to content

Commit 8e5872e

Browse files
The9CatCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3dcafad commit 8e5872e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

utils/Test/EmpDeproj.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#include <string>
1010
#include <cmath>
1111

12+
#ifndef M_PI
13+
#define M_PI std::acos(-1.0)
14+
#endif
15+
1216
#include "EmpDeproj.H"
1317
#include "gaussQ.H"
1418

0 commit comments

Comments
 (0)