Rho sum compute

This commit is contained in:
jtclemm
2023-04-20 16:17:04 -06:00
parent a4d971df52
commit de0e4bb170
7 changed files with 371 additions and 125 deletions

View File

@ -36,7 +36,7 @@ using namespace LAMMPS_NS;
using namespace FixConst;
using namespace MathExtra;
#define epsilon 1e-10;
#define EPSILON 1e-10;
/* ---------------------------------------------------------------------- */