From 287df7de7178816ce93b5311e8460cc7570ebc17 Mon Sep 17 00:00:00 2001 From: "Michael H. Scott" Date: Sun, 2 Oct 2022 06:32:43 -0700 Subject: [PATCH] Update ShellMITC4.h --- SRC/element/shell/ShellMITC4.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SRC/element/shell/ShellMITC4.h b/SRC/element/shell/ShellMITC4.h index e6dff5337c..809511f3d4 100644 --- a/SRC/element/shell/ShellMITC4.h +++ b/SRC/element/shell/ShellMITC4.h @@ -23,7 +23,7 @@ // $Source: /usr/local/cvs/OpenSees/SRC/element/shell/ShellMITC4.h,v $ // Original implementation: Ed "C++" Love -// Reimplementation: Leopoldo Tesser, Diego A. Talledo, Véronique Le Corvec +// Reimplementation: Leopoldo Tesser, Diego A. Talledo, Véronique Le Corvec // // Bathe MITC 4 four node shell element with membrane and drill // Ref: Dvorkin,Bathe, A continuum mechanics based four node shell @@ -62,6 +62,8 @@ class ShellMITC4 : public Element { //destructor virtual ~ShellMITC4( ) ; + + const char *getClassType(void) const {return "ShellMITC4";} void setDomain( Domain *theDomain ) ;