File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -529,6 +529,7 @@ LIBCPPTRAJ_CORE_OBJECTS= \
529529 Matrix_3x3.o \
530530 NameType.o \
531531 Parallel.o \
532+ Parm/Merge.o \
532533 Range.o \
533534 Residue.o \
534535 Units.o \
@@ -546,6 +547,7 @@ LIBCPPTRAJ_FILE_OBJECTS= \
546547 FileIO_Std.o \
547548 FileTypes.o \
548549 CIFfile.o \
550+ ModXNA_Info.o \
549551 Mol2File.o \
550552 PDBfile.o \
551553 SDFfile.o \
@@ -625,9 +627,14 @@ LIBCPPTRAJ_TRAJ_OBJECTS= \
625627# These objects contain parameter file functionality. Requires core and file libraries.
626628LIBCPPTRAJ_PARM_OBJECTS= \
627629 BondSearch.o \
630+ CmapParmHolder.o \
628631 CharmmParamFile.o \
629632 ExclusionArray.o \
633+ GuessAtomHybridization.o \
630634 Mol.o \
635+ Parm/AssignParams.o \
636+ Parm/DihedralParmSet.o \
637+ Parm/GetParams.o \
631638 Parm/ParameterSet.o \
632639 ParmFile.o \
633640 Parm_Amber.o \
@@ -637,5 +644,6 @@ LIBCPPTRAJ_PARM_OBJECTS= \
637644 Parm_Mol2.o \
638645 Parm_PDB.o \
639646 Parm_SDF.o \
640- Parm_Tinker.o
647+ Parm_Tinker.o \
648+ Structure/GenerateConnectivityArrays.o
641649
You can’t perform that action at this time.
0 commit comments