deepmd-kit
deepmd-kit copied to clipboard
LAMMPS: Use of “override” instead of “virtual”
Summary
See LAMMPS documentation https://docs.lammps.org/Developer_updating.html#use-of-override-instead-of-virtual for details.
Detailed Description
Changed in version 17Feb2022.
Since LAMMPS requires C++11 we switched to use the “override” keyword instead of “virtual” to indicate polymorphism in derived classes.
Further Information, Files, and Links
No response