do not pollute global namespace by including mscg header in fix header

This commit is contained in:
Axel Kohlmeyer 2017-08-08 13:20:25 -04:00
parent d2b0c287d2
commit b7b62f6893
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#include <string.h>
#include <stdlib.h>
#include "fix_mscg.h"
#include "mscg.h"
#include "atom.h"
#include "domain.h"
#include "error.h"

View File

@ -21,7 +21,6 @@ FixStyle(mscg,FixMSCG)
#define LMP_FIX_MSCG_H
#include "fix.h"
#include "mscg.h"
namespace LAMMPS_NS {