Merge release-4-6 into master
[alexxy/gromacs.git] / src / tools / gmx_cluster.c
index 3f749697000d01336b1e02f5a72078e4d9423e43..8381912f40997cda5e342be2f37232e95bab034a 100644 (file)
@@ -1238,7 +1238,7 @@ int gmx_cluster(int argc,char *argv[])
   if (bReadTraj) {
     /* don't read mass-database as masses (and top) are not used */
     read_tps_conf(ftp2fn(efTPS,NFILE,fnm),buf,&top,&ePBC,&xtps,NULL,box,
-                 bAnalyze);
+                 TRUE);
     if(bPBC) {
        gpbc = gmx_rmpbc_init(&top.idef,ePBC,top.atoms.nr,box);
     }