forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11939 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
59971d1616
commit
320d269f42
|
@ -641,7 +641,7 @@ int Atom::count_words(const char *line)
|
|||
correctly initialized per-atom values, e.g. bond_per_atom
|
||||
needs to be called whenever 2nd dimensions are changed
|
||||
and these arrays are already pre-allocated,
|
||||
e.g. with 1st dimension of length 1 due to atom style creation
|
||||
e.g. due to grow(1) in create_avec()
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void Atom::deallocate_topology()
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
#include "update.h"
|
||||
#include "force.h"
|
||||
#include "domain.h"
|
||||
#include "modify.h"
|
||||
#include "fix.h"
|
||||
#include "group.h"
|
||||
#include "error.h"
|
||||
|
||||
|
|
|
@ -370,7 +370,7 @@ void FixAdapt::change_settings()
|
|||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
restore pair,kspace.atom parameters to original values
|
||||
restore pair,kspace,atom parameters to original values
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void FixAdapt::restore_settings()
|
||||
|
|
Loading…
Reference in New Issue