mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 06:45:50 +00:00
changes license to beerware
This commit is contained in:
@ -65,23 +65,26 @@ int main(int argc, char *argv[])
|
||||
sprintf (tmp_str, " mm_radf\n");
|
||||
sprintf (tmp_str, "%sProgram that calculates radial distribution function (RDF) or radial-angles\n", tmp_str);
|
||||
sprintf (tmp_str, "%sdistribution function\n", tmp_str);
|
||||
sprintf (tmp_str, "%sVersion : %s License : GPL\n", tmp_str, PROJ_VERSION);
|
||||
sprintf (tmp_str, "%sVersion : %s License : Beerware\n", tmp_str, PROJ_VERSION);
|
||||
sprintf (tmp_str, "%s Evgeniy Alekseev aka arcanis\n", tmp_str);
|
||||
sprintf (tmp_str, "%s E-mail : esalexeev@gmail.com\n\n", tmp_str);
|
||||
sprintf (tmp_str, "%sUsage:\n", tmp_str);
|
||||
sprintf (tmp_str, "%smm_radf -i INPUT -s FIRST,LAST -c X,Y,Z -at ... -o OUTPUT [ -r MIN,MAX ] [ -rs R_STEP ]\n", tmp_str);
|
||||
sprintf (tmp_str, "%s [ -a MIN,MAX ] [ -as ANG_STEP ] [ -m ] [ -l LOGFILE ] [ -q ] [ -h ]\n\n", tmp_str);
|
||||
sprintf (tmp_str, "%smm_radf -i INPUT -s FIRST,LAST -c X,Y,Z -at ... -o OUTPUT [ -r MIN,MAX ]\n", tmp_str);
|
||||
sprintf (tmp_str, "%s [ -rs R_STEP ] [ -a MIN,MAX ] [ -as ANG_STEP ] [ -m ]\n", tmp_str);
|
||||
sprintf (tmp_str, "%s [ -l LOGFILE ] [ -q ] [ -h ]\n\n", tmp_str);
|
||||
sprintf (tmp_str, "%sParametrs:\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -i - mask of input files\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -s - trajectory steps (integer)\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -c - cell size (float), A\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -at - atom types (integer). Format: 'ATOM1-ATOM2' or 'A1,A2,A3-B1,B2,B3'\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -at - atom types (integer). Format: 'AT1-AT2' or 'A1,A2,A3-B1,B2,B3'\n", tmp_str);
|
||||
sprintf (tmp_str, "%s (will enable RDF calculation for center mass automaticaly)\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -o - output file name\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -r - minimal and maximal radii for analyze (float), A. Default is '2.0,15.0'\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -r - minimal and maximal radii for analyze (float), A. Default is\n", tmp_str);
|
||||
sprintf (tmp_str, "%s '2.0,15.0'\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -rs - radius step for analyze (float), A. Default is '0.2'\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -a - minimal and maximal angles for analyze (float), deg. Default is '0.0,90.0'\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -as - angle step for analyze (float), deg. This option will enable RADF\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -a - minimal and maximal angles for analyze (float), deg. Default is\n", tmp_str);
|
||||
sprintf (tmp_str, "%s '0.0,90.0'\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -as - angle step for analyze (float), deg. It will enable RADF\n", tmp_str);
|
||||
sprintf (tmp_str, "%s calculation automaticaly\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -m - matrix output enable\n", tmp_str);
|
||||
sprintf (tmp_str, "%s -l - log enable\n", tmp_str);
|
||||
|
Reference in New Issue
Block a user