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

typo

parent 1bd67c00
No related branches found
No related tags found
No related merge requests found
...@@ -183,8 +183,8 @@ void Driver<real>::registerKeywords( Keywords& keys ){ ...@@ -183,8 +183,8 @@ void Driver<real>::registerKeywords( Keywords& keys ){
keys.add("atoms","--ixyz","the trajectory in xyz format"); keys.add("atoms","--ixyz","the trajectory in xyz format");
keys.add("atoms","--igro","the trajectory in gro format"); keys.add("atoms","--igro","the trajectory in gro format");
#ifdef __PLUMED_HAS_XDRFILE #ifdef __PLUMED_HAS_XDRFILE
keys.add("atoms","--ixtc","the trajectory in xtc format (xdrfile implementation"); keys.add("atoms","--ixtc","the trajectory in xtc format (xdrfile implementation)");
keys.add("atoms","--itrr","the trajectory in trr format (xdrfile implementation"); keys.add("atoms","--itrr","the trajectory in trr format (xdrfile implementation)");
#endif #endif
keys.add("optional","--length-units","units for length, either as a string or a number"); keys.add("optional","--length-units","units for length, either as a string or a number");
keys.add("optional","--dump-forces","dump the forces on a file"); keys.add("optional","--dump-forces","dump the forces on a file");
......
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