Moved ngmx to C++, renamed it to view.
[alexxy/gromacs.git] / src / programs / gmx / legacymodules.cpp
index d1c81499f8e882022001014d64927cfb5679c41e..f5ca50ea2511ea9aecc59877a00012ab8fa7a1f6 100644 (file)
@@ -46,6 +46,7 @@
 
 #include "gromacs/gmxana/gmx_ana.h"
 
+#include "../view/view.h"
 #include "../mdrun/mdrun_main.h"
 
 extern "C"
@@ -274,10 +275,11 @@ void registerLegacyModules(gmx::CommandLineModuleManager *manager)
                    "Perform weighted histogram analysis after umbrella sampling");
     registerModule(manager, &gmx_wheel, "wheel",
                    "Plot helical wheels");
+    registerModule(manager, &gmx_view, "view",
+                   "View a trajectory on an X-Windows terminal");
 
     // TODO: Also include binaries from other directories than src/tools/:
     //        "g_xrama|Show animated Ramachandran plots");
     //        "mdrun|finds a potential energy minimum and calculates the Hessian");
     //        "mdrun|with -rerun (re)calculates energies for trajectory frames");
-    //        "ngmx|Display a trajectory");
 }