# | Line 5 | Line 5 | version "0.99" | |
---|---|---|
5 | package "visualizer" | |
6 | version "0.99" | |
7 | # Options | |
8 | < | option "shape" s "shape file name" string typestr="filename" yes |
9 | < | option "output" o "output file name" string typestr="filename" yes |
10 | < | option "grid" g "number of grid points in each coordinate" int default="51" no |
8 | > | option "grid" g "number of grid points in each coordinate" int default="101" no |
9 | > | option "range" r "the sample range for the points in Angstroms (Ex: 10 = -10 to 10)" double default="10" no |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |