#include <boost/unordered_map.hpp>
#include <protocols/sparta/ANN.hh>
#include <core/types.hh>
#include <basic/Tracer.hh>
#include <stdio.h>
#include <utility/vector0.hh>
#include <protocols/sparta/GDB.hh>
#include <utility/vector1.hh>
Go to the source code of this file.
|
| #define | MAX(x, y) ((x)>(y)?(x):(y)) |
| |
| #define | MIN(x, y) ((x)<(y)?(x):(y)) |
| |
|
| static basic::Tracer | tr ("protocols.sparta") |
| |
| #define MAX |
( |
|
x, |
|
|
|
y |
|
) |
| ((x)>(y)?(x):(y)) |
| #define MIN |
( |
|
x, |
|
|
|
y |
|
) |
| ((x)<(y)?(x):(y)) |
| static basic::Tracer tr |
( |
"protocols.sparta" |
) | |
|
|
static |