Fixed namespace
I replaced all the "using namespace PLMD" statements with explicit
namespace PLMD{ …… }. This is more clear and simplify the syntax for
defining operators
Loading
Please sign in to comment
I replaced all the "using namespace PLMD" statements with explicit
namespace PLMD{ …… }. This is more clear and simplify the syntax for
defining operators