diff --git a/calfem/core.py b/calfem/core.py index b4e58c0..6763855 100644 --- a/calfem/core.py +++ b/calfem/core.py @@ -2662,7 +2662,7 @@ def plante(ex, ey, ep, D, eq=None): if eq is None: return Ke else: - return Ke, fe.T + return Ke, fe #--------- plane strain -------------------------------------- @@ -2686,7 +2686,7 @@ def plante(ex, ey, ep, D, eq=None): if eq == None: return Ke else: - return Ke, fe.T + return Ke, fe else: info("Error ! Check first argument, ptype=1 or 2 allowed") @@ -4419,4 +4419,4 @@ def beam2crd(ex=None, ey=None, ed=None, mag=None): excd[i, :] = xyc[0, :]+mag*cd[0, :] eycd[i, :] = xyc[1, :]+mag*cd[1, :] - return excd, eycd \ No newline at end of file + return excd, eycd