small fixes

This commit is contained in:
Axel Kohlmeyer
2021-04-22 21:40:10 -04:00
parent 61e931ba31
commit ac9f1fba86
3 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,7 @@ namespace LAMMPS_NS {
/**
* @class FixATC
* @brief Class for an atom-to-continuum (ATC) Lammps fix.
* @brief Class for an atom-to-continuum (ATC) LAMMPS fix.
*/
class FixATC : public Fix {

View File

@ -419,7 +419,7 @@ void FixPlumed::post_force(int /* vflag */)
p->cmd("getBias",&bias);
// Pass virial to plumed
// If energy is needed plmd_virial is equal to Lammps' virial
// If energy is needed plmd_virial is equal to LAMMPS' virial
// If energy is not needed plmd_virial is initialized to zero
// In the first case the virial will be rescaled and an extra term will be added
// In the latter case only an extra term will be added

View File

@ -1,4 +1,3 @@
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://lammps.sandia.gov/, Sandia National Laboratories