Skip to content

Commit

Permalink
github actions settings 10
Browse files Browse the repository at this point in the history
  • Loading branch information
erayzesen committed Dec 22, 2024
1 parent 026f5c9 commit 0239f70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified .sconsign.dblite
Binary file not shown.
6 changes: 6 additions & 0 deletions src/QuarkPhysics/qmath_utils.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#ifndef MATH_UTILS_H
#define MATH_UTILS_H

#include <cfloat>

#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif

#ifndef MAXFLOAT
#define MAXFLOAT FLTMAX
#endif

#endif // MATH_UTILS_H

0 comments on commit 0239f70

Please sign in to comment.