port thread-safe temperature biasing from LAMMPS-ICMS

This commit is contained in:
Axel Kohlmeyer
2017-05-16 18:15:13 -04:00
parent 06c151421c
commit d2810f9f83
23 changed files with 256 additions and 12 deletions

View File

@ -35,8 +35,10 @@ class ComputeTempProfile : public Compute {
void compute_array();
void remove_bias(int, double *);
void remove_bias_thr(int, double *, double *);
void remove_bias_all();
void restore_bias(int, double *);
void restore_bias_thr(int, double *, double *);
void restore_bias_all();
double memory_usage();