Flow123d
build_with_4.0.3-4b79837
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
f
g
h
i
m
n
o
p
r
s
u
w
y
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
z
Enumerations
a
b
c
d
f
h
i
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Variables
_
a
c
d
g
m
n
p
q
s
u
v
Typedefs
_
a
d
f
g
i
j
l
m
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
i
m
n
o
p
r
s
u
v
w
Macros
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
w
z
src
tools
include_fadbad.hh
Go to the documentation of this file.
1
// in the third_party/FADBAD++ dir, namespace "fadbad"
2
3
// undef asserts before including FADBAD
4
#ifdef ASSERT
5
#undef ASSERT
6
#endif
7
8
#ifdef ASSERT_PERMANENT
9
#undef ASSERT_PERMANENT
10
#endif
11
12
#include "fadbad.h"
13
#include "badiff.h"
14
#include "fadiff.h"
15
#include "tadiff.h"
16
17
// undef asserts from FADBAD
18
#ifdef ASSERT
19
#undef ASSERT
20
#endif
21
#ifdef ASSERT_PERMANENT
22
#undef ASSERT_PERMANENT
23
#endif
24
25
// define our asserts as in:
26
// #include "system/asserts.hh"
27
#define ASSERT( expr) FEAL_ASSERT( expr)
28
#define ASSERT_PERMANENT( expr) FEAL_ASSERT_PERMANENT( expr)
Generated by
1.9.1