Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
assert.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file assert.h
1
#if defined(NDEBUG)
2
#define _HAD_NDEBUG
3
#undef NDEBUG
4
#endif
5
#include_next <assert.h>
6
#if defined(_HAD_NDEBUG)
7
#undef _HAD_NDEBUG
8
#define NDEBUG
9
#endif
acts
blob
sPHENIX
cmake
assert_include
assert.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:32
using
1.8.2 with
sPHENIX GitHub integration