mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-23 10:39:58 +00:00
Added documentatiion in russian
This commit is contained in:
@ -3,8 +3,8 @@ Version : 1.0.3
|
||||
License : GPL
|
||||
|
||||
Usage:
|
||||
mm_trj -i INPUT_TRJ -t INPUT_TYPE -s NUMBER -a INPUT_ATOMS -o OUTPUT [ -tt TOTAL_TYPES ]
|
||||
[ -l LOGFILE ] [ -q ] [ -h ]
|
||||
mm_trj -i INPUT_TRJ -t INPUT_TYPE -s NUMBER -a INPUT_ATOMS -o OUTPUT [ -tt TOTAL_TYPES ]
|
||||
[ -l LOGFILE ] [ -q ] [ -h ]
|
||||
|
||||
Parametrs:
|
||||
-i - input file name
|
||||
|
@ -32,7 +32,7 @@ PROJECT_NAME = mm_trj
|
||||
# This could be handy for archiving the generated documentation or
|
||||
# if some version control system is used.
|
||||
|
||||
PROJECT_NUMBER = V.1.0.3
|
||||
PROJECT_NUMBER = V.1.1.0
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer
|
||||
|
Binary file not shown.
@ -133,7 +133,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
sprintf (tmp_str, " mm_trj\n");
|
||||
sprintf (tmp_str, "%sProgram that generates trajectory files\n", tmp_str);
|
||||
sprintf (tmp_str, "%sVersion : 1.0.3 License : GPL\n", tmp_str);
|
||||
sprintf (tmp_str, "%sVersion : 1.1.0 License : GPL\n", tmp_str);
|
||||
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);
|
||||
|
Reference in New Issue
Block a user