Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion regtest/basic/rt15/Distance2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Distance : public colvar::Colvar {
virtual void calculate();
};

PLUMED_REGISTER_ACTION(Distance,"DISTANCE2")
PLUMED_REGISTER_ACTION(Distance,DISTANCE2)

void Distance::registerKeywords( Keywords& keys ){
Colvar::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/ClusterDiameter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ClusterDiameter : public ClusterAnalysisBase {
void turnOnDerivatives() override;
};

PLUMED_REGISTER_ACTION(ClusterDiameter,"CLUSTER_DIAMETER")
PLUMED_REGISTER_ACTION(ClusterDiameter,CLUSTER_DIAMETER)

void ClusterDiameter::registerKeywords( Keywords& keys ) {
ClusterAnalysisBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/ClusterDistribution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ClusterDistribution : public ClusterAnalysisBase {
void performTask( const unsigned&, const unsigned&, MultiValue& ) const override;
};

PLUMED_REGISTER_ACTION(ClusterDistribution,"CLUSTER_DISTRIBUTION")
PLUMED_REGISTER_ACTION(ClusterDistribution,CLUSTER_DISTRIBUTION)

void ClusterDistribution::registerKeywords( Keywords& keys ) {
ClusterAnalysisBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/ClusterProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class ClusterProperties : public ClusterAnalysisBase {
void performTask( const unsigned&, const unsigned&, MultiValue& ) const override;
};

PLUMED_REGISTER_ACTION(ClusterProperties,"CLUSTER_PROPERTIES")
PLUMED_REGISTER_ACTION(ClusterProperties,CLUSTER_PROPERTIES)

void ClusterProperties::registerKeywords( Keywords& keys ) {
ClusterAnalysisBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/ClusterSize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ClusterSize : public ClusterAnalysisBase {
void turnOnDerivatives() override;
};

PLUMED_REGISTER_ACTION(ClusterSize,"CLUSTER_NATOMS")
PLUMED_REGISTER_ACTION(ClusterSize,CLUSTER_NATOMS)

void ClusterSize::registerKeywords( Keywords& keys ) {
ClusterAnalysisBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/ClusterWithSurface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ClusterWithSurface : public ClusteringBase {
Vector getPositionOfAtomForLinkCells( const unsigned& taskIndex ) const override;
};

PLUMED_REGISTER_ACTION(ClusterWithSurface,"CLUSTER_WITHSURFACE")
PLUMED_REGISTER_ACTION(ClusterWithSurface,CLUSTER_WITHSURFACE)

void ClusterWithSurface::registerKeywords( Keywords& keys ) {
ClusteringBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/ContactAlignedMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ContactAlignedMatrix : public AlignedMatrixBase {
Vector& dconn, std::vector<double>& dvec1, std::vector<double>& dvec2 ) const override;
};

PLUMED_REGISTER_ACTION(ContactAlignedMatrix,"ALIGNED_MATRIX")
PLUMED_REGISTER_ACTION(ContactAlignedMatrix,ALIGNED_MATRIX)

void ContactAlignedMatrix::registerKeywords( Keywords& keys ) {
AlignedMatrixBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/ContactMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ContactMatrix : public AdjacencyMatrixBase {
double compute( const unsigned& tindex, multicolvar::AtomValuePack& myatoms ) const override;
};

PLUMED_REGISTER_ACTION(ContactMatrix,"CONTACT_MATRIX")
PLUMED_REGISTER_ACTION(ContactMatrix,CONTACT_MATRIX)

void ContactMatrix::registerKeywords( Keywords& keys ) {
AdjacencyMatrixBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/DFSClustering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class DFSClustering : public ClusteringBase {
void performClustering() override;
};

PLUMED_REGISTER_ACTION(DFSClustering,"DFSCLUSTERING")
PLUMED_REGISTER_ACTION(DFSClustering,DFSCLUSTERING)

void DFSClustering::registerKeywords( Keywords& keys ) {
ClusteringBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/DumpGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class DumpGraph : public ActionPilot {
void update() override;
};

PLUMED_REGISTER_ACTION(DumpGraph,"DUMPGRAPH")
PLUMED_REGISTER_ACTION(DumpGraph,DUMPGRAPH)

void DumpGraph::registerKeywords( Keywords& keys ) {
Action::registerKeywords( keys ); ActionPilot::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/HbondMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class HBondMatrix : public AdjacencyMatrixBase {
const double& ood_df, const double& ood_sw, multicolvar::AtomValuePack& myatoms ) const;
};

PLUMED_REGISTER_ACTION(HBondMatrix,"HBOND_MATRIX")
PLUMED_REGISTER_ACTION(HBondMatrix,HBOND_MATRIX)

void HBondMatrix::registerKeywords( Keywords& keys ) {
AdjacencyMatrixBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/MatrixColumnSums.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class MatrixColumnSums : public ActionWithInputMatrix {
double compute( const unsigned& tinded, multicolvar::AtomValuePack& myatoms ) const override;
};

PLUMED_REGISTER_ACTION(MatrixColumnSums,"COLUMNSUMS")
PLUMED_REGISTER_ACTION(MatrixColumnSums,COLUMNSUMS)

void MatrixColumnSums::registerKeywords( Keywords& keys ) {
ActionWithInputMatrix::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/MatrixRowSums.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class MatrixRowSums : public ActionWithInputMatrix {
double compute( const unsigned& tinded, multicolvar::AtomValuePack& myatoms ) const override;
};

PLUMED_REGISTER_ACTION(MatrixRowSums,"ROWSUMS")
PLUMED_REGISTER_ACTION(MatrixRowSums,ROWSUMS)

void MatrixRowSums::registerKeywords( Keywords& keys ) {
ActionWithInputMatrix::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/OutputCluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class OutputCluster : public ActionPilot {
void update() override;
};

PLUMED_REGISTER_ACTION(OutputCluster,"OUTPUT_CLUSTER")
PLUMED_REGISTER_ACTION(OutputCluster,OUTPUT_CLUSTER)

void OutputCluster::registerKeywords( Keywords& keys ) {
Action::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/SMACMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class SMACMatrix : public AlignedMatrixBase {
Vector& dconn, std::vector<double>& dvec1, std::vector<double>& dvec2 ) const override;
};

PLUMED_REGISTER_ACTION(SMACMatrix,"SMAC_MATRIX")
PLUMED_REGISTER_ACTION(SMACMatrix,SMAC_MATRIX)

void SMACMatrix::registerKeywords( Keywords& keys ) {
AlignedMatrixBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/Sprint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class Sprint : public ActionWithInputMatrix {
void apply() override;
};

PLUMED_REGISTER_ACTION(Sprint,"SPRINT")
PLUMED_REGISTER_ACTION(Sprint,SPRINT)

void Sprint::registerKeywords( Keywords& keys ) {
ActionWithInputMatrix::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/adjmat/TopologyMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TopologyMatrix : public AdjacencyMatrixBase {
HistogramBead& bead, multicolvar::AtomValuePack& myatoms ) const ;
};

PLUMED_REGISTER_ACTION(TopologyMatrix,"TOPOLOGY_MATRIX")
PLUMED_REGISTER_ACTION(TopologyMatrix,TOPOLOGY_MATRIX)

void TopologyMatrix::registerKeywords( Keywords& keys ) {
AdjacencyMatrixBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/Average.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Average : public vesselbase::ActionWithAveraging {
void accumulateAverage( MultiValue& myvals ) const override;
};

PLUMED_REGISTER_ACTION(Average,"AVERAGE")
PLUMED_REGISTER_ACTION(Average,AVERAGE)

void Average::registerKeywords( Keywords& keys ) {
vesselbase::ActionWithAveraging::registerKeywords( keys ); keys.use("ARG");
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/Committor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Committor :
void apply() override {}
};

PLUMED_REGISTER_ACTION(Committor,"COMMITTOR")
PLUMED_REGISTER_ACTION(Committor,COMMITTOR)

void Committor::registerKeywords( Keywords& keys ) {
Action::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/EuclideanDissimilarityMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class EuclideanDissimilarityMatrix : public AnalysisBase {
void performTask( const unsigned&, const unsigned&, MultiValue& ) const override { plumed_error(); }
};

PLUMED_REGISTER_ACTION(EuclideanDissimilarityMatrix,"EUCLIDEAN_DISSIMILARITIES")
PLUMED_REGISTER_ACTION(PLMD::analysis::EuclideanDissimilarityMatrix,EUCLIDEAN_DISSIMILARITIES)

void EuclideanDissimilarityMatrix::registerKeywords( Keywords& keys ) {
AnalysisBase::registerKeywords( keys ); keys.use("ARG"); keys.reset_style("ARG","optional");
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/FarthestPointSampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class FarthestPointSampling : public LandmarkSelectionBase {
void selectLandmarks() override;
};

PLUMED_REGISTER_ACTION(FarthestPointSampling,"LANDMARK_SELECT_FPS")
PLUMED_REGISTER_ACTION(FarthestPointSampling,LANDMARK_SELECT_FPS)

void FarthestPointSampling::registerKeywords( Keywords& keys ) {
LandmarkSelectionBase::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/Histogram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class Histogram : public gridtools::ActionWithGrid {
void apply() override;
};

PLUMED_REGISTER_ACTION(Histogram,"HISTOGRAM")
PLUMED_REGISTER_ACTION(Histogram,HISTOGRAM)

void Histogram::registerKeywords( Keywords& keys ) {
gridtools::ActionWithGrid::registerKeywords( keys ); keys.use("ARG"); keys.remove("NORMALIZATION");
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/LandmarkStaged.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class LandmarkStaged : public LandmarkSelectionBase {
void selectLandmarks() override;
};

PLUMED_REGISTER_ACTION(LandmarkStaged,"LANDMARK_SELECT_STAGED")
PLUMED_REGISTER_ACTION(LandmarkStaged,LANDMARK_SELECT_STAGED)

void LandmarkStaged::registerKeywords( Keywords& keys ) {
LandmarkSelectionBase::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/OutputColvarFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class OutputColvarFile : public AnalysisBase {
void performAnalysis() override;
};

PLUMED_REGISTER_ACTION(OutputColvarFile,"OUTPUT_ANALYSIS_DATA_TO_COLVAR")
PLUMED_REGISTER_ACTION(OutputColvarFile,OUTPUT_ANALYSIS_DATA_TO_COLVAR)

void OutputColvarFile::registerKeywords( Keywords& keys ) {
AnalysisBase::registerKeywords( keys ); keys.use("ARG");
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/OutputPDBFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OutputPDBFile : public AnalysisBase {
void performAnalysis() override;
};

PLUMED_REGISTER_ACTION(OutputPDBFile,"OUTPUT_ANALYSIS_DATA_TO_PDB")
PLUMED_REGISTER_ACTION(OutputPDBFile,OUTPUT_ANALYSIS_DATA_TO_PDB)

void OutputPDBFile::registerKeywords( Keywords& keys ) {
AnalysisBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/PrintDissimilarityMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PrintDissimilarityMatrix : public AnalysisBase {
void performTask( const unsigned&, const unsigned&, MultiValue& ) const override { plumed_error(); }
};

PLUMED_REGISTER_ACTION(PrintDissimilarityMatrix,"PRINT_DISSIMILARITY_MATRIX")
PLUMED_REGISTER_ACTION(PrintDissimilarityMatrix,PRINT_DISSIMILARITY_MATRIX)

void PrintDissimilarityMatrix::registerKeywords( Keywords& keys ) {
AnalysisBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/ReadAnalysisFrames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This allows you to convert a trajectory and a dissimilarity matrix into a dissim
namespace PLMD {
namespace analysis {

PLUMED_REGISTER_ACTION(ReadAnalysisFrames,"COLLECT_FRAMES")
PLUMED_REGISTER_ACTION(ReadAnalysisFrames,COLLECT_FRAMES)

void ReadAnalysisFrames::registerKeywords( Keywords& keys ) {
AnalysisBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/ReadDissimilarityMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ReadDissimilarityMatrix : public AnalysisBase {
void performTask( const unsigned&, const unsigned&, MultiValue& ) const override { plumed_error(); }
};

PLUMED_REGISTER_ACTION(ReadDissimilarityMatrix,"READ_DISSIMILARITY_MATRIX")
PLUMED_REGISTER_ACTION(ReadDissimilarityMatrix,READ_DISSIMILARITY_MATRIX)

void ReadDissimilarityMatrix::registerKeywords( Keywords& keys ) {
AnalysisBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/ReselectLandmarks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ReselectLandmarks : public LandmarkSelectionBase {
void selectLandmarks() override;
};

PLUMED_REGISTER_ACTION(ReselectLandmarks,"RESELECT_LANDMARKS")
PLUMED_REGISTER_ACTION(ReselectLandmarks,RESELECT_LANDMARKS)

void ReselectLandmarks::registerKeywords( Keywords& keys ) {
LandmarkSelectionBase::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/SelectRandomFrames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SelectRandomFrames : public LandmarkSelectionBase {
void selectLandmarks() override;
};

PLUMED_REGISTER_ACTION(SelectRandomFrames,"LANDMARK_SELECT_RANDOM")
PLUMED_REGISTER_ACTION(SelectRandomFrames,LANDMARK_SELECT_RANDOM)

void SelectRandomFrames::registerKeywords( Keywords& keys ) {
LandmarkSelectionBase::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/SelectWithStride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SelectWithStride : public LandmarkSelectionBase {
void selectLandmarks() override;
};

PLUMED_REGISTER_ACTION(SelectWithStride,"LANDMARK_SELECT_STRIDE")
PLUMED_REGISTER_ACTION(SelectWithStride,LANDMARK_SELECT_STRIDE)

void SelectWithStride::registerKeywords( Keywords& keys ) {
LandmarkSelectionBase::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/WhamHistogram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class WhamHistogram : public ActionShortcut {
explicit WhamHistogram( const ActionOptions& );
};

PLUMED_REGISTER_ACTION(WhamHistogram,"WHAM_HISTOGRAM")
PLUMED_REGISTER_ACTION(WhamHistogram,WHAM_HISTOGRAM)

void WhamHistogram::registerKeywords( Keywords& keys ) {
ActionShortcut::registerKeywords( keys );
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/WhamWeights.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class WhamWeights : public ActionShortcut {
explicit WhamWeights( const ActionOptions& );
};

PLUMED_REGISTER_ACTION(WhamWeights,"WHAM_WEIGHTS")
PLUMED_REGISTER_ACTION(WhamWeights,WHAM_WEIGHTS)

void WhamWeights::registerKeywords( Keywords& keys ) {
ActionShortcut::registerKeywords( keys ); keys.remove("LABEL");
Expand Down
2 changes: 1 addition & 1 deletion src/annfunc/ANN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class ANN : public Function
void back_prop(vector<vector<double> >& derivatives_of_each_layer, int index_of_output_component);
};

PLUMED_REGISTER_ACTION(ANN,"ANN")
PLUMED_REGISTER_ACTION(ANN,ANN)

void ANN::registerKeywords( Keywords& keys ) {
Function::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/ABMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class ABMD : public Bias {
static void registerKeywords(Keywords& keys);
};

PLUMED_REGISTER_ACTION(ABMD,"ABMD")
PLUMED_REGISTER_ACTION(ABMD,ABMD)

void ABMD::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/BiasValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class BiasValue : public Bias {
static void registerKeywords(Keywords& keys);
};

PLUMED_REGISTER_ACTION(BiasValue,"BIASVALUE")
PLUMED_REGISTER_ACTION(BiasValue,BIASVALUE)

void BiasValue::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/ExtendedLagrangian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ExtendedLagrangian : public Bias {
static void registerKeywords(Keywords& keys);
};

PLUMED_REGISTER_ACTION(ExtendedLagrangian,"EXTENDED_LAGRANGIAN")
PLUMED_REGISTER_ACTION(ExtendedLagrangian,EXTENDED_LAGRANGIAN)

void ExtendedLagrangian::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/External.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class External : public Bias {
static void registerKeywords(Keywords& keys);
};

PLUMED_REGISTER_ACTION(External,"EXTERNAL")
PLUMED_REGISTER_ACTION(External,EXTERNAL)

void External::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/LWalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class LWalls : public Bias {
static void registerKeywords(Keywords& keys);
};

PLUMED_REGISTER_ACTION(LWalls,"LOWER_WALLS")
PLUMED_REGISTER_ACTION(LWalls,LOWER_WALLS)

void LWalls::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/MaxEnt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class MaxEnt : public Bias {
double convert_lambda(const std::string &type,double lold);
void check_lambda_boundaries(const std::string &err_type,double &l);
};
PLUMED_REGISTER_ACTION(MaxEnt,"MAXENT")
PLUMED_REGISTER_ACTION(MaxEnt,MAXENT)

void MaxEnt::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/MetaD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ class MetaD : public Bias {
bool checkNeedsGradients()const override;
};

PLUMED_REGISTER_ACTION(MetaD,"METAD")
PLUMED_REGISTER_ACTION(MetaD,METAD)

void MetaD::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/MovingRestraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class MovingRestraint : public Bias {
static void registerKeywords( Keywords& keys );
};

PLUMED_REGISTER_ACTION(MovingRestraint,"MOVINGRESTRAINT")
PLUMED_REGISTER_ACTION(MovingRestraint,MOVINGRESTRAINT)

void MovingRestraint::registerKeywords( Keywords& keys ) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/PBMetaD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ class PBMetaD : public Bias {
bool checkNeedsGradients()const override;
};

PLUMED_REGISTER_ACTION(PBMetaD,"PBMETAD")
PLUMED_REGISTER_ACTION(PBMetaD,PBMETAD)

void PBMetaD::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
2 changes: 1 addition & 1 deletion src/bias/Restraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Restraint : public Bias {
static void registerKeywords(Keywords& keys);
};

PLUMED_REGISTER_ACTION(Restraint,"RESTRAINT")
PLUMED_REGISTER_ACTION(Restraint,RESTRAINT)

void Restraint::registerKeywords(Keywords& keys) {
Bias::registerKeywords(keys);
Expand Down
Loading