Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sam Calisch
pyframe3dd
Commits
fac8a50d
Commit
fac8a50d
authored
Oct 04, 2017
by
Soma Mitra-Behura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated force to reasonable number
parent
16ce8db6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ex/buckle.py
ex/buckle.py
+1
-1
No files found.
ex/buckle.py
View file @
fac8a50d
...
...
@@ -87,7 +87,7 @@ if __name__ == '__main__':
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
'-M'
,
'--mode'
,
choices
=
(
'simulate'
,
'search'
),
required
=
True
)
parser
.
add_argument
(
'-Q'
,
'--quiet'
,
action
=
'store_true'
,
help
=
'Whether to suppress frame3dd output'
)
parser
.
add_argument
(
"-f"
,
"--force"
,
type
=
double
,
default
=
1
0e90
,
help
=
"force to apply"
)
parser
.
add_argument
(
"-f"
,
"--force"
,
type
=
double
,
default
=
1
,
help
=
"force to apply"
)
parser
.
add_argument
(
"-fr"
,
"--force_res"
,
type
=
double
,
default
=
.
01
,
help
=
"Final resolution of force for search mode"
)
parser
.
add_argument
(
"-d"
,
"--d"
,
type
=
double
,
default
=
.
01
,
help
=
"diameter of tube"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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