git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12348 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -25,6 +25,8 @@
|
||||
#include "special.h"
|
||||
#include "error.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
enum{MULTI,ATOM,BOND,ANGLE,DIHEDRAL,IMPROPER,STATS};
|
||||
@ -80,7 +82,6 @@ void DeleteBonds::command(int narg, char **arg)
|
||||
int *tlist = NULL;
|
||||
|
||||
int iarg = 2;
|
||||
int which;
|
||||
if (style != MULTI && style != STATS) {
|
||||
if (narg < 3) error->all(FLERR,"Illegal delete_bonds command");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user