#include "gmxpre.h"
#include "gromacs/trajectoryanalysis/modules/gyrate.h"
#include <string>
#include <tuple>
#include <gtest/gtest-param-test.h>
#include <gtest/gtest.h>
#include "gromacs/utility/stringutil.h"
#include "testutils/cmdlinetest.h"
#include "testutils/testasserts.h"
#include "testutils/textblockmatchers.h"
#include "testutils/xvgtest.h"
#include "moduletest.h"
Tests for functionality of the "gyrate" trajectory analysis module.
- Author
- Vladimir Basov vovab.nosp@m.asov.nosp@m.830@g.nosp@m.mail.nosp@m..com
-
Alexey Shvetsov alexx.nosp@m.yum@.nosp@m.gmail.nosp@m..com
|
using | gmx::test::GyrateTestParamsMerge = std::tuple< std::string, std::string > |
|