frame semantics for seek/tell and benchs

This commit is contained in:
daniel
2020-11-13 12:41:17 +01:00
parent 3c36d3040e
commit bbc0250af4
2 changed files with 5 additions and 8 deletions

View File

@@ -11,7 +11,6 @@ fn gen_test_traj(num_atoms: usize, num_frames: usize) -> Result<NamedTempFile> {
let mut f = XTCTrajectory::open_write(&tmp_path)?;
let mut frame = Frame {
num_atoms: num_atoms as u32,
step: 1,
time: 1.0,
box_vector: [[1.0, 2.0, 3.0], [2.0, 1.0, 3.0], [3.0, 2.0, 1.0]],