plumed / plumed2

Development version of plumed 2
https://www.plumed.org
GNU Lesser General Public License v3.0
364 stars 289 forks source link

Depracated action tracking #1160

Open gtribello opened 12 hours ago

gtribello commented 12 hours ago
Description

This PR adds a facility where you can note that an action should no longer be used by adding the command:

setDeprecated("LESS_THAN");

In the registerKeywords method of an action. The deprecated actions are then tracked in the syntax.json file. By putting this information in that file this way we can note eggs and lessons that are using actions that we have moved on from at some stage in the future.

The first commit in this sequence fixes a regtest that appears to be broken on master. I am not sure where this regtest came from.

Target release

I would like my code to appear in release 2.11

Type of contribution
Copyright
Tests