Skip to content

Commit 7031c53

Browse files
committed
Remove obsolete wrapper
1 parent 7c31d52 commit 7031c53

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/adapter/4C_adapter_str_timeada_joint.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FOUR_C_NAMESPACE_OPEN
2929
/*----------------------------------------------------------------------*/
3030
/*----------------------------------------------------------------------*/
3131
Adapter::StructureTimeAdaJoint::StructureTimeAdaJoint(std::shared_ptr<Structure> structure)
32-
: StructureTimeAda(structure), sta_(nullptr), sta_wrapper_(nullptr)
32+
: StructureTimeAda(structure), sta_(nullptr)
3333
{
3434
if (stm_->is_setup()) setup_auxiliary();
3535
}
@@ -92,9 +92,6 @@ void Adapter::StructureTimeAdaJoint::setup_auxiliary()
9292
sta_->init(dataio, datasdyn, dataglobalstate);
9393
sta_->setup();
9494

95-
// setup wrapper
96-
sta_wrapper_ = std::make_shared<Adapter::StructureTimeLoop>(sta_);
97-
9895
const int restart = Global::Problem::instance()->restart();
9996
if (restart)
10097
{

src/adapter/4C_adapter_str_timeada_joint.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ namespace Adapter
6969
//! the auxiliary integrator
7070
std::shared_ptr<Solid::TimeInt::Base> sta_;
7171

72-
//! wrapper of the auxiliary integrator
73-
std::shared_ptr<Structure> sta_wrapper_;
74-
7572
/*! \brief Make one step with auxiliary scheme
7673
*
7774
* Afterwards, the auxiliary solutions are stored in the local error

0 commit comments

Comments
 (0)