Add PDB reading functions to lammps variant

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2022-02-24 15:17:51 +01:00
parent d0ec9520f2
commit 1a708f2d3b
3 changed files with 104 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ typedef struct {
extern void initAtom(Atom*);
extern void createAtom(Atom*, Parameter*);
extern int readAtom(Atom*, Parameter*);
extern int readAtom_pdb(Atom*, Parameter*);
extern int readAtom_dmp(Atom*, Parameter*);
extern void growAtom(Atom*);
#ifdef AOS