Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tbgl
tools
mrdna
Commits
e49c8d2e
Commit
e49c8d2e
authored
Feb 18, 2020
by
cmaffeo2
Browse files
Fixed small things broken by merge
parent
17550c85
Changes
1
Hide whitespace changes
Inline
Side-by-side
mrdna/segmentmodel.py
View file @
e49c8d2e
...
...
@@ -1569,10 +1569,10 @@ class SegmentModel(ArbdModel):
self
.
DEBUG
=
DEBUG
if
DEBUG
>
0
:
print
(
"Building ARBD Model"
)
ArbdModel
.
__init__
(
self
,
segments
,
dimensions
,
origin
,
temperature
,
timestep
,
cutoff
,
decompPeriod
,
pairlist
D
istance
=
None
,
nonbonded
R
esolution
=
0
,
origin
,
dimensions
,
temperature
,
timestep
,
integrator
,
cutoff
,
decompPeriod
,
pairlist
_d
istance
=
None
,
nonbonded
_r
esolution
=
0
,
extra_bd_file_lines
=
extra_bd_file_lines
)
...
...
@@ -1705,7 +1705,7 @@ class SegmentModel(ArbdModel):
return
twist_spring_from_lp
(
sep
,
Lp
,
self
.
temperature
)
def
extend
(
self
,
other
,
copy
=
True
,
include_strands
=
Fals
e
):
def
extend
(
self
,
other
,
copy
=
True
,
include_strands
=
Tru
e
):
assert
(
isinstance
(
other
,
SegmentModel
)
)
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment