From a2c38cb43a24a75c0e8967449227b3abef507ea2 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Wed, 3 Aug 2016 10:03:48 +0200
Subject: [PATCH] plumedcheck

driver-float was not documented
---
 src/cltools/Driver.cpp | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/src/cltools/Driver.cpp b/src/cltools/Driver.cpp
index 1a0644463..020361a5c 100644
--- a/src/cltools/Driver.cpp
+++ b/src/cltools/Driver.cpp
@@ -61,6 +61,24 @@ using namespace std;
 namespace PLMD {
 namespace cltools{
 
+//+PLUMEDOC TOOLS driver-float
+/*
+Equivalent to \ref driver, but using single precision reals.
+
+The purpose of this tool is just to test what PLUMED does when linked from
+a single precision code.
+
+\par Examples
+
+\verbatim
+plumed driver-float --plumed plumed.dat --ixyz trajectory.xyz
+\endverbatim
+
+See also examples in \ref driver
+
+*/
+
+
 //+PLUMEDOC TOOLS driver
 /*
 driver is a tool that allows one to to use plumed to post-process an existing trajectory.
-- 
GitLab