Skip to content

Commit df1e660

Browse files
Remove default DEBUG flag
1 parent ca71cc3 commit df1e660

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utils/ICs/check_coefs2.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#define DEBUG // Enables debugging-related code, such as signal handlers and floating-point exception traps.
1+
//#define DEBUG // Enables debugging-related code, such as signal handlers and floating-point exception traps.
2+
// DEBUG should be defined at compile time by passing -DDEBUG during the make step
23

34
/*
45
Check coefficient expansion for cylindrical basis and compare to a

0 commit comments

Comments
 (0)