Gromacs
5.1.5
|
#include "gmxpre.h"
#include "gromacs/correlationfunctions/expfit.h"
#include <cmath>
#include <gtest/gtest.h>
#include "gromacs/fileio/xvgr.h"
#include "gromacs/legacyheaders/oenv.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
Implements test of exponential fitting routines.