Skip to content

Commit

Permalink
- created new folder src/plugins to put all plugins using the interfa…
Browse files Browse the repository at this point in the history
…ce PluginBase

- moved plugin Mirror to the new folder.

git-svn-id: https://scm.projects.hlrs.de/svn/ls1/MarDyn/trunk@6256 a63bd714-7e14-4b5e-94e7-302c8c8ff188
  • Loading branch information
Matthias Heinen committed May 25, 2018
1 parent 7b719c0 commit 1fea066
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Simulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "integrators/Leapfrog.h"
#include "integrators/LeapfrogRMM.h"
#include "molecules/Wall.h"
#include "molecules/Mirror.h"
#include "plugins/Mirror.h"

#include "utils/PluginBase.h"
#include "utils/PluginFactory.h"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/utils/PluginFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "io/XyzWriter.h"
#include "io/MaxWriter.h"
#include "utils/COMaligner.h"
#include "molecules/Mirror.h"
#include "plugins/Mirror.h"

#ifdef VTK
#include "io/vtk/VTKMoleculeWriter.h"
Expand Down

0 comments on commit 1fea066

Please sign in to comment.