From a4fb2e6e1ef9de9590bb63253e72d9ef12a74bb4 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 20 Jun 2012 10:46:19 -0400 Subject: [PATCH] adjust input according to new syntax --- examples/rerun/in.rerun | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/rerun/in.rerun b/examples/rerun/in.rerun index 2e0dd82d02..2e8ca9a8b2 100644 --- a/examples/rerun/in.rerun +++ b/examples/rerun/in.rerun @@ -54,25 +54,25 @@ fix 1 all nve thermo 1 run 0 -read_dump dump.xyz 1 x y z format xyz box no +read_dump dump.xyz 1 x y z box no format xyz run 0 pre yes post no -read_dump dump.melt 50 x y z format native box yes +read_dump dump.melt 50 x y z box yes format native run 0 pre yes post no -rerun dump.xyz dump x y z format xyz box no -rerun dump.melt dump x y z format native box yes -read_dump dump.xyz 1 x y z format molfile box no reader xyz "." +rerun dump.xyz dump x y z box no format xyz +rerun dump.melt dump x y z box yes format native +read_dump dump.xyz 1 x y z box no format molfile xyz "." run 0 pre yes post no -read_dump dump.melt 1 x y z format molfile box yes reader lammpstrj +read_dump dump.melt 1 x y z box yes format molfile lammpstrj run 0 pre yes post no -rerun dump.xyz dump x y z format molfile box no reader xyz -rerun dump.dcd dump x y z format molfile box no reader dcd +rerun dump.xyz dump x y z box no format molfile xyz +rerun dump.dcd dump x y z box no format molfile dcd -read_dump dump-ele.xyz 1 x y z format xyz box no +read_dump dump-ele.xyz 1 x y z box no format xyz run 0 pre yes post no -rerun dump-ele.xyz dump x y z format molfile box no reader xyz -rerun dump.dcd dump x y z format molfile box yes reader dcd +rerun dump-ele.xyz dump x y z box no format molfile xyz +rerun dump.dcd dump x y z box yes format molfile dcd -rerun dump.vels dump x y z vx vy vz format native box yes +rerun dump.vels dump x y z vx vy vz box yes format native -rerun dump.vels dump x y z vx vy vz format molfile box yes reader lammpstrj +rerun dump.vels dump x y z vx vy vz box yes format molfile lammpstrj