1 |
francois |
979 |
Voro++ library source files |
2 |
|
|
=========================== |
3 |
|
|
This directory contains the source code for the library. For full details of |
4 |
|
|
each file, see the files section of the online reference manual at |
5 |
|
|
http://math.lbl.gov/voro++/doc/refman/ |
6 |
|
|
|
7 |
|
|
Several other files are present: |
8 |
|
|
|
9 |
|
|
Makefile - the GNU Makefile controlling the compilation. |
10 |
|
|
|
11 |
|
|
Makefile.dep - a file containing all the dependencies of the source files, |
12 |
|
|
automatically generated by the GNU compiler. |
13 |
|
|
|
14 |
|
|
cmd_line.cc - source file for creating the command-line utility that makes use |
15 |
|
|
of the library. |
16 |
|
|
|
17 |
|
|
Doxyfile - configuration file for Doxygen, used to automatically generate |
18 |
|
|
documentation based on the source code comments. |
19 |
|
|
|
20 |
|
|
worklist_gen.pl - perl script for automatically generating the worklist.hh and |
21 |
|
|
v_base_wl.cc files. |