|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/trajectoryanalysis/modules/surfacearea.h"#include <cmath>#include <cstdlib>#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/math/units.h"#include "gromacs/math/vec.h"#include "gromacs/math/vectypes.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/pbcutil/pbc.h"#include "gromacs/random/threefry.h"#include "gromacs/random/uniformrealdistribution.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/real.h"#include "gromacs/utility/smalloc.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"
Include dependency graph for surfacearea.cpp:Tests for the surface area calculation used by the sasa analysis module.
1.8.5