File: README

package info (click to toggle)
voro%2B%2B 0.5%2Brevert-to-0.4.6%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,368 kB
  • sloc: cpp: 6,384; perl: 232; makefile: 164
file content (21 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Voro++ library source files
===========================
This directory contains the source code for the library. For full details of
each file, see the files section of the online reference manual at
http://math.lbl.gov/voro++/doc/refman/

Several other files are present:

Makefile - the GNU Makefile controlling the compilation.

Makefile.dep - a file containing all the dependencies of the source files,
automatically generated by the GNU compiler.

cmd_line.cc - source file for creating the command-line utility that makes use
of the library.

Doxyfile - configuration file for Doxygen, used to automatically generate
documentation based on the source code comments.

worklist_gen.pl - perl script for automatically generating the worklist.hh and
v_base_wl.cc files.