git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13125 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-02-19 18:19:46 +00:00
parent 3f2e985900
commit f300f2367e
4 changed files with 5 additions and 2 deletions

View File

@ -346,6 +346,7 @@ void FixPeriNeigh::setup(int vflag)
else vfrac_scale = 1.0;
// for PMB, influence = 1.0, otherwise invoke influence function
if (isPMB)
wvolume[i] += 1.0 * rsq0 * vfrac[j] * vfrac_scale;
else if (isLPS)

View File

@ -46,4 +46,4 @@ The person who created this package is Axel Kohlmeyer at Temple U
---------------------------------
Version: 2014-08-13
Version: 2015-01-08

View File

@ -15,7 +15,7 @@
#include <iostream>
#ifndef COLVARPROXY_VERSION
#define COLVARPROXY_VERSION "2014-10-29"
#define COLVARPROXY_VERSION "2015-01-19"
#endif
/* struct for packed data communication of coordinates and forces. */

View File

@ -11,7 +11,9 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "stdlib.h"
#include "string.h"
#include "unistd.h"
#include "fix_ave_chunk.h"
#include "atom.h"
#include "update.h"