Unverified Commit 6f7b052e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

update comments and remove commented code

parent 9b401b6e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
      }
    }