update lal_base_dpd for optional charged
This commit is contained in:
@ -53,7 +53,8 @@ class BaseDPD {
|
||||
const int maxspecial, const double cell_size,
|
||||
const double gpu_split, FILE *screen,
|
||||
const void *pair_program, const char *k_name,
|
||||
const int onetype=0, const int extra_fields=0);
|
||||
const int onetype=0, const int extra_fields=0,
|
||||
bool need_charges=false);
|
||||
|
||||
/// Estimate the overhead for GPU context changes and CPU driver
|
||||
void estimate_gpu_overhead();
|
||||
|
||||
Reference in New Issue
Block a user