| version 1.8 | version 1.9 | ||
|---|---|---|---|
|
| ||
| 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:
| ||||||