From 79ecc74412e234b6fce6f8cc3bd95cd5e1b90fba Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Wed, 15 Feb 2012 10:53:43 +0100
Subject: [PATCH] Removed outdated comment

---
 src/CLToolDriver.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/CLToolDriver.cpp b/src/CLToolDriver.cpp
index 7855378f6..dde7dc833 100644
--- a/src/CLToolDriver.cpp
+++ b/src/CLToolDriver.cpp
@@ -229,8 +229,6 @@ int CLToolDriver<real>::main(int argc,char**argv,FILE*in,FILE*out,PlumedCommunic
 
    if(fp_forces){
      fprintf(fp_forces,"%d\n",natoms);
-// I use only a few digits for the forces since this is meant to be used
-// with the regtests. Probably there should be an option for this
      string fmt=dumpforcesFmt+" "+dumpforcesFmt+" "+dumpforcesFmt+"\n";
      fprintf(fp_forces,fmt.c_str(),virial[0],virial[4],virial[8]);
      fmt="X "+fmt;
-- 
GitLab