#include "LinkCells.h"#include "Communicator.h"#include "Exception.h"#include "Tools.h"#include "View.h"#include <algorithm>#include <functional>#include <numeric>#include <vector>Namespaces | |
| namespace | PLMD |
Macros | |
| #define | LINKC_MAX(n) |
| #define | LINKC_MIN(n) |
| #define | LINKC_PBC(n, num) |
Functions | |
| constexpr int | PLMD::max_cell (int celn, const int ncells, const bool usePBC) |
| constexpr int | PLMD::min_cell (int celn, const int ncells, const bool usePBC) |
| #define LINKC_MAX | ( | n | ) |
| #define LINKC_MIN | ( | n | ) |
| #define LINKC_PBC | ( | n, | |
| num ) |
Hosted by GitHub
|
1.13.2
|