OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | MIN(a, b) ( ( a ) > ( b ) ? ( b ) : ( a ) ) |
#define MIN | ( | a, | |
b | |||
) | ( ( a ) > ( b ) ? ( b ) : ( a ) ) |
Definition at line 7 of file heap.C.
Referenced by oofem::Heap::recurse().