/*! * @mainpage agl * @image latex ./logo.png * * @section intro_sec Introduction * * About this program: * * * Developer: * * License: * * * @section How-To-Use How to use * Usage: *
 * agl -a FILENAME -i FILENAME -c X,Y,Z -o FILEMANE [ -l LOGFILE] [ -q ] [ -h ]
 *
 * Parametrs:
 *    -a          - input file with aglomerates (in format statgen)
 *    -i          - input file with coordinates
 *    -c          - cell size (float), A
 *    -o          - output file with coordinates
 *    -l          - log enable
 *    -q          - quiet enable
 *    -h          - show this help and exit
 * 
* * @page Install * * @section Requirements Requirements * The application statgen requires the following external stuff: * - cmake >= 2.8 * - gcc >= 4.8 * * @section How-To How to install * * @subsection Linux Linux * @code * mkdir build && cd build * cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../ * make * make install * @endcode * * @subsection Windows Windows * @code * create project file using 'cmake' * compile project * @endcode * You may also download compiled executable file for Win_x86. * * @page Changelog * V.1.0.1 (2013-07-27) * * initial release */