Skip to content

Commit

Permalink
Fix Cuda instanciations
Browse files Browse the repository at this point in the history
  • Loading branch information
epernod committed Aug 31, 2023
1 parent a72905f commit 24530c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/BeamAdapter/component/model/RodMeshSection.inl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#pragma once

#include <BeamAdapter/component/model/RodMeshSection.h>
#include <BeamAdapter/component/model/BaseRodSectionMaterial.inl>
#include <sofa/core/objectmodel/BaseObject.h>

#define EPSILON 0.0001
Expand Down
1 change: 1 addition & 0 deletions src/BeamAdapter/component/model/RodSpireSection.inl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#pragma once

#include <BeamAdapter/component/model/RodSpireSection.h>
#include <BeamAdapter/component/model/BaseRodSectionMaterial.inl>
#include <sofa/core/objectmodel/BaseObject.h>

namespace sofa::beamadapter
Expand Down
1 change: 1 addition & 0 deletions src/BeamAdapter/component/model/RodStraightSection.inl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#pragma once

#include <BeamAdapter/component/model/RodStraightSection.h>
#include <BeamAdapter/component/model/BaseRodSectionMaterial.inl>
#include <sofa/core/objectmodel/BaseObject.h>

namespace sofa::beamadapter
Expand Down

0 comments on commit 24530c4

Please sign in to comment.