Skip to content

Commit 65eab80

Browse files
committed
Merge remote-tracking branch 'akalpokas/feature_alchemical_restraints_2' into feature_repex
[ci skip]
2 parents 5bdafc8 + 0e56c8e commit 65eab80

29 files changed

+2567
-2002
lines changed

corelib/src/libs/SireMM/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include_directories(${TBB_INCLUDE_DIR})
1616
# Define the headers in SireMM
1717
set ( SIREMM_HEADERS
1818
amberparams.h
19-
anglerestraint.h
19+
anglerestraints.h
2020
angle.h
2121
atomfunctions.h
2222
atomljs.h
@@ -43,7 +43,7 @@ set ( SIREMM_HEADERS
4343
cljworkspace.h
4444
coulombpotential.h
4545
dihedral.h
46-
dihedralrestraint.h
46+
dihedralrestraints.h
4747
distancerestraint.h
4848
errors.h
4949
excludedpairs.h
@@ -110,7 +110,7 @@ set ( SIREMM_SOURCES
110110

111111
amberparams.cpp
112112
angle.cpp
113-
anglerestraint.cpp
113+
anglerestraints.cpp
114114
atomfunctions.cpp
115115
atomljs.cpp
116116
bond.cpp
@@ -135,7 +135,7 @@ set ( SIREMM_SOURCES
135135
cljworkspace.cpp
136136
coulombpotential.cpp
137137
dihedral.cpp
138-
dihedralrestraint.cpp
138+
dihedralrestraints.cpp
139139
distancerestraint.cpp
140140
errors.cpp
141141
excludedpairs.cpp

0 commit comments

Comments
 (0)