Skip to content

Commit 526fde6

Browse files
committed
(BUGFIX) changing default step for orthogonal constraints
to 10
1 parent bda7d3b commit 526fde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/features/structural_frame_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def build(self, w1=1., w2=1., w3=1., frame=StructuralFrame, **kwargs):
107107
gxxgy = 1
108108
gxxgz = 1
109109
gyxgz = 1
110-
step = kwargs.get('step',3)
110+
step = kwargs.get('step', 10)
111111
if 'gxxgy' in kwargs:
112112
gxxgy = kwargs['gxxgy']
113113
if 'gxxgz' in kwargs:

0 commit comments

Comments
 (0)