Added mathmech

+ added files
* bug fix in mm_trj
This commit is contained in:
arcan1s
2013-08-07 23:30:56 +04:00
parent 9b4390f452
commit 3e5dc1ab07
28 changed files with 8129 additions and 1 deletions

View File

@ -183,7 +183,7 @@ int main(int argc, char *argv[])
strcpy (output, argv[i+1]);
i++;
}
else if ((argv[i][0] == '-') && (argv[i][1] == 't') && (argv[i][1] == 't') && (argv[i][2] == '\0'))
else if ((argv[i][0] == '-') && (argv[i][1] == 't') && (argv[i][2] == 't') && (argv[i][3] == '\0'))
// number of atom types
{
sscanf (argv[i+1], "%i", &total_types);