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

This commit is contained in:
sjplimp 2008-01-31 19:27:47 +00:00
parent b094f95cf8
commit 45cb5f891d
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@
#include "kspace.h"
#include "math_complex.h"
namespace LAMMPS_NS {
#define EWALD_NORDER 6
#define EWALD_NFUNCS 4
#define EWALD_MAX_NSUMS 10
#define EWALD_NSUMS {1, 1, 7, 1}
namespace LAMMPS_NS {
typedef struct cvector { complex x, y, z; } cvector;
typedef struct hvector { double x, y, z; } hvector;
typedef struct kvector { long x, y, z; } kvector;