Rosetta
|
#include <boost/unordered_map.hpp>
#include <protocols/sparta/ANN.hh>
#include <core/types.hh>
#include <basic/Tracer.hh>
#include <cstdio>
#include <utility/vector0.hh>
#include <protocols/sparta/GDB.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::sparta | |
Macros | |
#define | MAX(x, y) ((x)>(y)?(x):(y)) |
#define | MIN(x, y) ((x)<(y)?(x):(y)) |
Functions | |
static basic::Tracer | tr ("protocols.sparta") |
#define MAX | ( | x, | |
y | |||
) | ((x)>(y)?(x):(y)) |
#define MIN | ( | x, | |
y | |||
) | ((x)<(y)?(x):(y)) |
|
static |