Skip to content

Commit

Permalink
add gravity center to readVABSOutHomo function
Browse files Browse the repository at this point in the history
  • Loading branch information
tfei committed Jan 20, 2021
1 parent 321c7c0 commit 1e6bac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sg.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def __init__(self, smdim=3):
self.mmoi = [0, 0, 0]
#: float: Mass-weighted radius of gyration.
self.mwrg = None

#: float: Geometric center
self.gc =None
#: int: (continuum model) Isotropy type.
#: Isotropic (0), orthotropic (1), anisotropic (2).
self.type = None
Expand Down

0 comments on commit 1e6bac2

Please sign in to comment.