Gromacs
2024.3
|
Functions | |
int | getBlockDataListSize (int numBlocks) |
Return the number of block data structs needed for keeping a certain number of blocks. More... | |
int gmx::anonymous_namespace{correlationgrid.cpp}::getBlockDataListSize | ( | int | numBlocks | ) |
Return the number of block data structs needed for keeping a certain number of blocks.
The list start with 1 block and doubles, so we need 1 + 2log(numBlocks).
[in] | numBlocks | Number of blocks. |