git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -11,10 +11,10 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "math.h"
|
||||
#include "stdio.h"
|
||||
#include "stdlib.h"
|
||||
#include "string.h"
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "pair_coul_cut.h"
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
@ -166,7 +166,7 @@ void PairCoulCut::settings(int narg, char **arg)
|
||||
|
||||
void PairCoulCut::coeff(int narg, char **arg)
|
||||
{
|
||||
if (narg < 2 || narg > 3)
|
||||
if (narg < 2 || narg > 3)
|
||||
error->all(FLERR,"Incorrect args for pair coefficients");
|
||||
if (!allocated) allocate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user