Strip extra spaces from code.
[voro++.git] / branches / dynamic / scripts / README
blobb7d25ab03bf5e281770db1e18d6dea8084b73fb0
1 Voro++ helper scripts
2 =====================
3 This directory contains auxiliary helper perl scripts for use with the library.
5 random.pl - generates a random file of particles for testing the command-line
6 utility. Type "perl -h random.pl" for more information.
8 network.pl - creates a neighbor network plot from a .vol file created by the
9 command line utility using the -n option.
11 strip_degen.pl - parses POV-Ray files generated by the library and removes
12 "degenerate cylinders". See the code comments for more information.
14 sum.pl - sums the volumes in a .vol file created by the command line utility,
15 for checking purposes.