BioDynaMo
v1.05.120-25dc9790
|
#include <algorithm>
#include <array>
#include <iomanip>
#include <iostream>
#include "core/container/math_array.h"
Go to the source code of this file.
Macros | |
#define | BDM_PRINT_DEBUG(arg) debug_print(#arg, arg); |
Functions | |
template<typename T > | |
void | debug_print (const std::string &name, T t) |
void | Print (const bdm::Real3 &a, int precision=10) |
#define BDM_PRINT_DEBUG | ( | arg | ) | debug_print(#arg, arg); |
|
inline |
|
inline |