"Dump local compute does not calculate local array"

hi,

i’m getting an error in running the following code:

compute 1 all angle/local theta
dump 1 all local 100 dump.local.* c_1

ERROR : “Dump local compute does not calculate local array”

in the code i am using a sample input file that contains data for atom coordinates and bonds, but not angles.
it would be immensely helpful if someone could please help me out on this

Thanks in advance,
prateek

If you don't have angles defined, you can't use compute angle/local.

Steve