intial refactoring of THERMO_ENERGY mask

This commit is contained in:
Plimpton
2021-01-21 10:31:53 -07:00
parent 364727acdd
commit f54fd8fa72
11 changed files with 262 additions and 140 deletions

View File

@ -12,9 +12,10 @@
------------------------------------------------------------------------- */
#include "fix_temp_rescale.h"
#include <cstring>
#include <cstring>
#include <cmath>
#include "atom.h"
#include "force.h"
#include "group.h"
@ -26,7 +27,6 @@
#include "compute.h"
#include "error.h"
using namespace LAMMPS_NS;
using namespace FixConst;