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

plumedcheck

Fix namespace name crystallisation -> crystallization
parent 1fc670de
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
#include "Gradient.h"
namespace PLMD {
namespace crystallisation {
namespace crystallization {
//+PLUMEDOC MCOLVARF GRADIENT
/*
......
......@@ -25,7 +25,7 @@
#include "multicolvar/VolumeGradientBase.h"
namespace PLMD {
namespace crystallisation {
namespace crystallization {
class Gradient : public multicolvar::VolumeGradientBase {
friend class GradientVessel;
......
......@@ -27,7 +27,7 @@
#include "Gradient.h"
namespace PLMD {
namespace crystallisation {
namespace crystallization {
class GradientVessel : public vesselbase::FunctionVessel {
private:
......
......@@ -37,7 +37,7 @@ Calculate torsions between axis of adjacent molecules
//+ENDPLUMEDOC
namespace PLMD {
namespace multicolvar {
namespace crystallization {
class InterMolecularTorsions : public MultiColvarFunction {
private:
......
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