Skip to content

Commit b6343b9

Browse files
committed
[src] backup change to match SOFA version
1 parent 9e8a726 commit b6343b9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

BeamAdapter_test/BeamInterpolation_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ using sofa::simulation::SceneLoaderXML;
4343
using sofa::simulation::graph::DAGSimulation;
4444
using sofa::simulation::Simulation ;
4545
using sofa::simulation::Node ;
46-
using sofa::simulation::setSimulation ;
4746
using sofa::core::objectmodel::New ;
4847
using sofa::core::objectmodel::BaseData ;
4948
using sofa::component::statecontainer::MechanicalObject ;

src/BeamAdapter/component/mapping/BeamProjectionDifferenceMultiMapping.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BeamProjectionDifferenceMultiMapping<TIn1, TIn2, TOut>::BeamProjectionDifference
6464
, m_updateJ(false)
6565
{
6666
auto directions = sofa::helper::getWriteAccessor(d_directions);
67-
directions.resize(OutDeriv::total_size, true);
67+
directions.resize(OutDeriv::total_size);
6868
}
6969

7070

0 commit comments

Comments
 (0)