Removed unused member functions in edpd
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
email : ndactrung@gmail.com
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef LAL_DPD_H
|
||||
#define LAL_DPD_H
|
||||
#ifndef LAL_EDPD_H
|
||||
#define LAL_EDPD_H
|
||||
|
||||
#include "lal_base_dpd.h"
|
||||
|
||||
@ -56,10 +56,6 @@ class EDPD : public BaseDPD<numtyp, acctyp> {
|
||||
/// Total host memory used by library for pair style
|
||||
double host_memory_usage() const;
|
||||
|
||||
/// Update coeff if needed (tstat only)
|
||||
void update_coeff(int ntypes, double **host_a0, double **host_gamma,
|
||||
double **host_sigma, double **host_cut);
|
||||
|
||||
void get_extra_data(double *host_T, double *host_cv);
|
||||
|
||||
/// copy Q (flux) from device to host
|
||||
|
||||
Reference in New Issue
Block a user