From 0a02d23ef1125b4438d32c412f7472f729f62835 Mon Sep 17 00:00:00 2001 From: Leila Ghaffari Date: Fri, 27 Nov 2020 07:18:54 -0700 Subject: [PATCH] fix: a commend had been accidentaly removed --- src/FE_subroutines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FE_subroutines.py b/src/FE_subroutines.py index 7cfb433..5f25718 100644 --- a/src/FE_subroutines.py +++ b/src/FE_subroutines.py @@ -99,7 +99,7 @@ def connectivity(nelx, nely): Output: ------ A: integer (2d array) - connectivity matrix, + connectivity matrix, IEN """ # Get the setup properties nel, lpx, lpy, nnp, ndof, nen, neq = setup(nelx, nely)