mirror of
https://github.com/dnlbauer/xdrfile.git
synced 2026-09-11 14:45:31 +00:00
frame semantics for seek/tell and benchs
This commit is contained in:
@@ -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]],
|
||||
|
||||
Reference in New Issue
Block a user