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

Removed outdated comment

parent 4d4d225e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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