Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / tools / gmx_cluster.c
index 3818009b0ca04f4efb2eb53b697bedb4d2afd1c2..14a607fbd5dd970feecf227a7739e090493af7ae 100644 (file)
@@ -1237,7 +1237,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);
     }