Minkowski test code.
[voro++.git] / trunk / src / README
blob09326db58b337dfe84849ff473801237820c4546
1 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/
7 Several other files are present:
9 Makefile - the GNU Makefile controlling the compilation.
11 Makefile.dep - a file containing all the dependencies of the source files,
12 automatically generated by the GNU compiler.
14 cmd_line.cc - source file for creating the command-line utility that makes use
15 of the library.
17 Doxyfile - configuration file for Doxygen, used to automatically generate
18 documentation based on the source code comments.
20 worklist_gen.pl - perl script for automatically generating the worklist.hh and
21 v_base_wl.cc files.