Skip to content

Commit

Permalink
cmp - remove damage code
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Aug 22, 2021
1 parent a89a64e commit f35780f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions SRC/element/TclElementCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#include <YamamotoBiaxialHDR.h>
#include <WheelRail.h>

#include "dmglib/Elem01.h"
extern
#ifdef _WIN32
int __cdecl
Expand Down Expand Up @@ -159,11 +158,6 @@ extern void* OPS_BeamColumn2DwLHNMYS(void);
extern void* OPS_BeamColumn2DwLHNMYS_Damage(void);
extern void* OPS_BeamColumn3DwLHNMYS(void);
#endif
#if defined(_OPS_ELEMENT_DMGLIB)
extern int
TclModelBuilder_addDegrElem01(ClientData clientData, Tcl_Interp *interp, int argc,
TCL_Char **argv, Domain*, TclModelBuilder *, int argStart);
#endif
extern void *OPS_ShellMITC4Thermal(void);//Added by L.Jiang [SIF]
extern void *OPS_ShellNLDKGQThermal(void);//Added by L.Jiang [SIF]
extern void *OPS_CatenaryCableElement(void);
Expand Down Expand Up @@ -582,19 +576,6 @@ TclModelBuilderElementCommand(ClientData clientData, Tcl_Interp *interp,
}
#endif

// #if defined(_OPS_ELEMENT_DMGLIB)
} else if((strcmp(argv[1], "DmgElem01") == 0)) {
Element *theEle = 0;
ID info;
theEle = (Element *)OPS_Elem01();
if (theEle != 0) {
theElement = theEle;
} else {
opserr << "TclElementCommand -- unable to create element of type : " << argv[1] << endln;
return TCL_ERROR;
}
// #endif

#if defined(_OPS_ELEMENT_WHEELRAIL)
// Beginning of WheelRail element TCL command
//Added by Quan Gu and Yongdou Liu, et al. on 2018/10/31
Expand Down

0 comments on commit f35780f

Please sign in to comment.