Skip to content
Snippets Groups Projects
Commit c726e440 authored by carlocamilloni's avatar carlocamilloni
Browse files

changes

parent b451ce2a
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,7 @@ Changes from version 2.4 which are relevant for users: ...@@ -85,6 +85,7 @@ Changes from version 2.4 which are relevant for users:
- New shortcuts are available for selecting atoms: `@allatoms` and `@mdatoms` (see \ref atomSpecs). - New shortcuts are available for selecting atoms: `@allatoms` and `@mdatoms` (see \ref atomSpecs).
- When using \ref MOLINFO, also the following shortcuts are available for selecting atoms: `@nucleic`, `@protein`, `@water`, `@ions`, `@hydrogens`, `@nonhydrogens`. - When using \ref MOLINFO, also the following shortcuts are available for selecting atoms: `@nucleic`, `@protein`, `@water`, `@ions`, `@hydrogens`, `@nonhydrogens`.
- When using \ref MOLINFO, individual atoms can be chosen also from water molecules (e.g. `@OW-100`). - When using \ref MOLINFO, individual atoms can be chosen also from water molecules (e.g. `@OW-100`).
- Additional switching function COSINUS contributed by Michael King
Changes from version 2.4 which are relevant for developers: Changes from version 2.4 which are relevant for developers:
- Code has been cleanup up replacing a number of pointers with `std::unique_ptr`. All `delete` statements - Code has been cleanup up replacing a number of pointers with `std::unique_ptr`. All `delete` statements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment