Gromacs
2025.1
|
#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/unionfind.h"
#include <string>
#include <vector>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/utility/arrayref.h"
Tests for the union-find implementation in unionfind.h.