From 1e6bac2cb4eb008956138d6d3fc5e383950af8b6 Mon Sep 17 00:00:00 2001 From: tfei Date: Wed, 20 Jan 2021 01:13:37 -0500 Subject: [PATCH] add gravity center to readVABSOutHomo function --- sg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sg.py b/sg.py index 03e2a21..51f8691 100644 --- a/sg.py +++ b/sg.py @@ -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