port thread-safe temperature biasing from LAMMPS-ICMS
This commit is contained in:
@ -35,9 +35,11 @@ class ComputeTempPartial : public Compute {
|
||||
|
||||
int dof_remove(int);
|
||||
void remove_bias(int, double *);
|
||||
void remove_bias_thr(int, double *, double *);
|
||||
void remove_bias_all();
|
||||
void reapply_bias_all();
|
||||
void restore_bias(int, double *);
|
||||
void restore_bias_thr(int, double *, double *);
|
||||
void restore_bias_all();
|
||||
double memory_usage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user