source: branches/profile/PROBE_SET/ps_assert.hxx

Last change on this file was 11009, checked in by westram, 10 years ago
  • use arb_assert code
File size: 897 bytes
Line 
1// ================================================================= //
2//                                                                   //
3//   File      : ps_assert.hxx                                       //
4//                                                                   //
5//   Coded by Ralf Westram (coder@reallysoft.de) in September 2012   //
6//   Institute of Microbiology (Technical University Munich)         //
7//   http://www.arb-home.de/                                         //
8//                                                                   //
9// ================================================================= //
10
11#ifndef PS_ASSERT_HXX
12#define PS_ASSERT_HXX
13
14#ifndef ARB_ASSERT_H
15#include <arb_assert.h>
16#endif
17
18#define ps_assert(cond) arb_assert(cond)
19#define CRASH           provoke_core_dump
20
21#else
22#error ps_assert.hxx included twice
23#endif // PS_ASSERT_HXX
Note: See TracBrowser for help on using the repository browser.