Skip to content
Snippets Groups Projects
Commit 0197980b authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Small aestethic change

parent be83d21c
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@
#include "core/CLTool.h"
namespace PLMD{
namespace cltools{
// Ideally core/Colvar.h should be moved to this directory and Colvar should stay in namespace PLMD::colvar
// With this trick, PLMD::CLToolMain is visible as PLMD::cltools::CLToolMain
// Ideally core/CLTool.h should be moved to this directory and CLTool should stay in namespace PLMD::cltools
// With this trick, PLMD::CLTool is visible as PLMD::cltools::CLTool
using PLMD::CLTool;
}
}
......
......@@ -34,7 +34,8 @@
#include "tools/PDB.h"
using namespace std;
using namespace PLMD;
namespace PLMD {
ActionAtomistic::~ActionAtomistic(){
// forget the pending request
......@@ -280,3 +281,5 @@ void ActionAtomistic::makeWhole(){
second=first+pbcDistance(first,second);
}
}
}
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