Skip to content

Commit

Permalink
#12 Apply stable sort to cells example
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Nov 13, 2024
1 parent 6253c11 commit c3ff48d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#include "Node_3.cppwg.hpp"
#include "AbstractMesh_2_2.cppwg.hpp"
#include "AbstractMesh_3_3.cppwg.hpp"
#include "PetscUtils.cppwg.hpp"
#include "PottsMesh_2.cppwg.hpp"
#include "PottsMesh_3.cppwg.hpp"
#include "MeshFactory_PottsMesh_2.cppwg.hpp"
#include "MeshFactory_PottsMesh_3.cppwg.hpp"
#include "PetscUtils.cppwg.hpp"
#include "Scene_2.cppwg.hpp"
#include "Scene_3.cppwg.hpp"

Expand All @@ -23,11 +23,11 @@ PYBIND11_MODULE(_pycells_all, m)
register_Node_3_class(m);
register_AbstractMesh_2_2_class(m);
register_AbstractMesh_3_3_class(m);
register_PetscUtils_class(m);
register_PottsMesh_2_class(m);
register_PottsMesh_3_class(m);
register_MeshFactory_PottsMesh_2_class(m);
register_MeshFactory_PottsMesh_3_class(m);
register_PetscUtils_class(m);
register_Scene_2_class(m);
register_Scene_3_class(m);
}

0 comments on commit c3ff48d

Please sign in to comment.