ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/poly_occ/voro++-0.4.6/src/README
Revision: 979
Committed: Thu Oct 18 23:40:32 2018 UTC (6 years, 7 months ago) by francois
File size: 772 byte(s)
Log Message:
creation de polycristaux avec OCC

File Contents

# User Rev Content
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.