|
Rosetta
|
#include <utility/backtrace.hh>Go to the source code of this file.
Namespaces | |
| utility | |
| unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
Macros | |
| #define | ASSERT_ONLY(x) x |
| Macro wrapper for paramters that used only indebug_assert(...) statments. Intended to supress 'unused parameter' warning. Ported from Rosetta++::Pack.cc. More... | |
| #define | MPI_ONLY(x) |
Definition in file assert.hh.
Macro wrapper for paramters that used only indebug_assert(...) statments. Intended to supress 'unused parameter' warning. Ported from Rosetta++::Pack.cc.
Example of usage: ResfileReader::read_aa_list(utility::vector1< std::string > const & ASSERT_ONLY(tokens) ) { ...}
Definition at line 28 of file assert.hh.
Referenced by numeric::deriv::dihedral_deriv_second(), and numeric::deriv::p1_theta_deriv().
1.8.7