Skip to content

Commit

Permalink
Update BindCosseratRod.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 authored Jul 13, 2024
1 parent 818de4d commit 8609208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/Systems/CosseratRods/Python/BindCosseratRod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
//
#include <pybind11/pybind11.h>
//
#include "PythonBindings/BoundChecks.hpp"

//
#include "Systems/Block/Block.hpp" // slice()
#include "Systems/CosseratRods/CosseratRods.hpp"
//
#include "Systems/CosseratRods/Python/Generators/BindEnergyMethods.hpp"
#include "Systems/CosseratRods/Python/Generators/BindMemberAccess.hpp"
#include "Systems/CosseratRods/Python/Generators/BoundChecks.hpp"
#include "Systems/CosseratRods/Python/Generators/BindPyElasticaInterface.hpp"
#include "Systems/common/Python/Generators/BindVariableLocator.hpp"
//
Expand Down

0 comments on commit 8609208

Please sign in to comment.