mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-23 02:29:58 +00:00
Added documentatiion in russian
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
mm_trj2pdb - program that creates PDB file from trajetory snapshot
|
||||
Version: 1.0.3
|
||||
Version: 1.1.0
|
||||
License: GPL
|
||||
|
||||
Usage:
|
||||
|
@ -32,7 +32,7 @@ PROJECT_NAME = mm_trj2pdb
|
||||
# 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.
@ -125,7 +125,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
sprintf (tmp_str, " mm_trj2pdb\n");
|
||||
sprintf (tmp_str, "%sProgram for create PDB file from trajectory snapshot\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