Skip to content
Snippets Groups Projects
Commit b7b62f68 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent d2b0c287
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include "fix_mscg.h" #include "fix_mscg.h"
#include "mscg.h"
#include "atom.h" #include "atom.h"
#include "domain.h" #include "domain.h"
#include "error.h" #include "error.h"
......
...@@ -21,7 +21,6 @@ FixStyle(mscg,FixMSCG) ...@@ -21,7 +21,6 @@ FixStyle(mscg,FixMSCG)
#define LMP_FIX_MSCG_H #define LMP_FIX_MSCG_H
#include "fix.h" #include "fix.h"
#include "mscg.h"
namespace LAMMPS_NS { namespace LAMMPS_NS {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment