From 622d9268491d31d0060d8bf9b62900c9b0ccc892 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Tue, 10 Jan 2017 13:41:35 -0500 Subject: [PATCH] adapt example inputs for TAD and PRD to the change in compute coord/atom --- examples/prd/in.prd | 2 +- examples/tad/in.tad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/prd/in.prd b/examples/prd/in.prd index ea5220ab44..be3454bcb9 100644 --- a/examples/prd/in.prd +++ b/examples/prd/in.prd @@ -78,7 +78,7 @@ run 100 # only output atoms near vacancy -compute coord all coord/atom $r +compute coord all coord/atom cutoff $r #dump events all custom 1 dump.prd id type x y z #dump_modify events thresh c_coord != 4 diff --git a/examples/tad/in.tad b/examples/tad/in.tad index da3d2175aa..687e1dde0c 100644 --- a/examples/tad/in.tad +++ b/examples/tad/in.tad @@ -80,7 +80,7 @@ velocity all zero linear # only output atoms near vacancy -compute coord all coord/atom $r +compute coord all coord/atom cutoff $r #dump events all custom 1 dump.prd id type x y z #dump_modify events thresh c_coord != 4 -- GitLab