Difference for src/sortreplicas.c from version 1.8 to 1.9

version 1.8version 1.9
Line 238
Line 238
         oldcstep = cstep;         oldcstep = cstep;
        }        }
       }       }
       if ( i_run % runs_per_frame ) continue;       if ( (i_run+1) % runs_per_frame ) continue;
       rc = plugin->read_next_timestep(traj_in[i],natoms,&frame);       rc = plugin->read_next_timestep(traj_in[i],natoms,&frame);
       if ( rc == MOLFILE_SUCCESS ) {       if ( rc == MOLFILE_SUCCESS ) {
         plugin->write_timestep(traj_out[rep_id],&frame);         plugin->write_timestep(traj_out[rep_id],&frame);


Legend:
Removed in v.1.8 
changed lines
 Added in v.1.9



Made by using version 1.53 of cvs2html