Skip to content

Commit

Permalink
Added list to comments in param.py as per #68
Browse files Browse the repository at this point in the history
  • Loading branch information
samm82 committed May 30, 2018
1 parent 0179d31 commit 39adbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Param(object):
a: plate length (long dimension) (mm)
b: plate width (short dimension) (mm)
t: nominal thickness (stored as a string) (mm)
gt: glass type (stored as a string) (element of "AN", "HS", "GT")
gt: glass type (stored as a string) (element of ["AN", "HS", "GT"])
w: weight (kg)
tnt: TNT equivalent factor
sdvect: coordinates of stand off distance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Param(object):
a: plate length (long dimension) (mm)
b: plate width (short dimension) (mm)
t: nominal thickness (stored as a string) (mm)
gt: glass type (stored as a string) (element of "AN", "HS", "GT")
gt: glass type (stored as a string) (element of ["AN", "HS", "GT"])
w: weight (kg)
tnt: TNT equivalent factor
sdvect: coordinates of stand off distance
Expand Down

0 comments on commit 39adbdb

Please sign in to comment.