Re: namdplot, graph is empty

From: Leonardo Sepulveda Durán (leonardosepulveda_at_gmail.com)
Date: Tue Jun 21 2005 - 15:10:22 CDT

I had troubles with namddat at the beggining, There is two clues I
used to make it work, the first, from Cameron Mura : Change line 126
from
grep '^ENERGY:' $argv | grep -v '[a-z]' | awk "$prog" > $tmpfile
to
grep '^ENERGY:' $argv | awk "$prog" > $tmpfile

before that namddat gives an empty table.

the second : change line 113? from
set l_cmd = ( 0 0 0 0 0 0 0 0 0 0 )
to
set l_cmd = ( 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 )

this allows to have a table with all the enegy variables.

As namddat is only a hack of namdplot (the last part of namdplot was
commented) i think this clues would be useful for it too, but I never
have used xmgrace or namdplot.

I hope this helps.

Leonardo
Universidad de Chile

This archive was generated by hypermail 2.1.6 : Wed Feb 29 2012 - 15:39:35 CST