type label support for dump xyz

This commit is contained in:
Jacob Gissinger
2024-05-21 19:35:04 -04:00
parent 85a2f4bbfa
commit 3b091c0bd4
4 changed files with 42 additions and 5 deletions

View File

@ -22,6 +22,7 @@ namespace LAMMPS_NS {
class LabelMap : protected Pointers {
friend class AtomVec;
friend class DumpXYZ;
friend class ReadData;
public: