Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    • Menu
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • ovito ovito
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Alexander Stukowski
  • ovitoovito
  • Merge requests
  • !25
The source project of this merge request has been removed.

Add support for CONECT and HETATM for > 9999 atoms

Merged Johan requested to merge (removed):Johan82-devel3.2-patch-74786 into devel3.2 Jul 29, 2020
  • Overview 2
  • Changes 2

The CONECT and HETATM lines are now read correctly for files with more than 9999 particles. It also allows for a space separated format for the CONECT lines.

For the HETATM lines previously the function lineStartsWithToken was used to check whether a line started with "HETATM". This function however assumes the keyword is followed by a space or an endofline character, which is not necessarily the case for pdbfiles.

Finally I added a pdb file which can be used to test this functionality.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: Johan82-devel3.2-patch-74786