MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getCopy

Method getCopy

SRC/material/nD/SimplifiedJ2.cpp:500–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498
499
500NDMaterial * SimplifiedJ2::getCopy (void){
501
502 SimplifiedJ2 * theJ2 = new SimplifiedJ2(*this);
503 return theJ2;
504
505
506};
507
508
509

Callers

nothing calls this directly

Calls 1

getCopyFunction · 0.85

Tested by

no test coverage detected