git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13125 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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)
|
||||
|
||||
@ -46,4 +46,4 @@ The person who created this package is Axel Kohlmeyer at Temple U
|
||||
|
||||
---------------------------------
|
||||
|
||||
Version: 2014-08-13
|
||||
Version: 2015-01-08
|
||||
|
||||
@ -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. */
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user