update comments and remove commented code

This commit is contained in:
Axel Kohlmeyer
2018-11-19 16:38:25 -05:00
committed by GitHub
parent 9b401b6ed0
commit 6f7b052e24

View File

@ -795,8 +795,7 @@
$masses{$tmp[1]} = $tmp[3];
$max_id = $tmp[1] if ($max_id<$tmp[1]);
} elsif ($read&&($tmp[0] eq "ATOM")) {
# $names{$tmp[1]} = $tmp[4] if ($read&&($tmp[0] eq "MASS"));
#last if ($read&&!scalar(@tmp)); # quit reading
# quit reading when hitting the "ATOM" section
last;
}
}