From c4a2ca467fd4157107bdde0706c2394962b68ee3 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 14 Oct 2010 14:38:56 +0200 Subject: [PATCH] final crt fixes (velocity?) --- mdrun.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mdrun.c b/mdrun.c index bb1cd21..76e6c4d 100644 --- a/mdrun.c +++ b/mdrun.c @@ -1308,6 +1308,8 @@ int crt(t_moldyn *moldyn,t_mdrun *mdrun) { moldyn->count*sizeof(t_atom)); } close(fd); + /* visualize atoms */ + visual_atoms(moldyn); /* output energy */ printf(" crt energy: %d - %f\n\n", -- 2.20.1