get rid of "using" in USER-REAXC header

This commit is contained in:
Axel Kohlmeyer 2019-04-02 23:20:53 -04:00
parent a149fdb420
commit 6cb120d691
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 3 deletions

View File

@ -392,8 +392,6 @@ typedef struct
double ghost_cutoff;
} boundary_cutoff;
using LAMMPS_NS::Pair;
struct _reax_system
{
reax_interaction reax_param;
@ -411,7 +409,7 @@ struct _reax_system
boundary_cutoff bndry_cuts;
reax_atom *my_atoms;
class Pair *pair_ptr;
class LAMMPS_NS::Pair *pair_ptr;
int my_bonds;
int mincap;
double safezone, saferzone;