Skip to content

Commit 07e94cc

Browse files
authored
Fix compilation BeamInterpolation_test.cpp (sofa-framework#173)
1 parent 580e5c6 commit 07e94cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BeamAdapter_test/BeamInterpolation_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ using std::string;
5656

5757
#include <BeamAdapter/component/forcefield/AdaptiveBeamForceFieldAndMass.h>
5858
#include <BeamAdapter/component/BeamInterpolation.h>
59-
using sofa::component::fem::_beaminterpolation_::BeamInterpolation;
59+
using beamadapter::BeamInterpolation;
6060

6161
namespace sofa
6262
{

0 commit comments

Comments
 (0)