Skip to content

Commit

Permalink
Math: Disables USE_MQL_MATH_STAT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 2, 2024
1 parent cacd8e2 commit 75a64fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Math/tests/Matrix.test.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
*/

// Defines.
#ifdef __MQL5__
#define USE_MQL_MATH_STAT
#endif
// Uncomment to use platform's Math library.
// #define USE_MQL_MATH_STAT

// Includes.
#include "../Matrix.h"
Expand Down

0 comments on commit 75a64fe

Please sign in to comment.