Gromacs
2018.8
|
#include "gmxpre.h"
#include "gromacs/selection/indexutil.h"
#include <gtest/gtest.h>
#include "gromacs/topology/block.h"
#include "gromacs/utility/arrayref.h"
#include "testutils/refdata.h"
#include "toputils.h"
Tests the index group handling in the selection engine.
Functions | |
gmx_ana_index_t | anonymous_namespace{indexutil.cpp}::initGroup (gmx::ArrayRef< int > index) |
Helper for creating groups from an array. | |