Release envir-1.0.1

* edited shared library
- deleted binary file and archive
This commit is contained in:
arcan1s
2013-07-24 18:04:32 +04:00
parent 69d9cf2936
commit 815fce8045
32 changed files with 4908 additions and 256 deletions

16
envir/README Normal file
View File

@ -0,0 +1,16 @@
envir - program for search environment for chosen molecule by geometric criterion
Version: 1.0.1
License: GPL
Usage:
envir -i FILENAME -c X,Y,Z -o FILEMANE [ -n NUM_OF_MOLECULE ] [ -r RADIUS ] [ -l LOGFILE] [ -q ] [ -h ]
Parametrs:
-i - input file with coordinates
-c - cell size (float), A
-o - output file with coordinates
-n - number of molecule for search (integer). Default is 1
-r - radius of environment (float). Default is 6.0
-l - log enable
-q - quiet enable
-h - show this help and exit