Skip to content

Commit

Permalink
trying to export NuclearGraph property type
Browse files Browse the repository at this point in the history
  • Loading branch information
jlheflin committed Nov 21, 2024
1 parent 3198ee6 commit af230ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/export_ghostfragment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ EXPORT_PLUGIN(ghostfragment, m) {
EXPORT_PROPERTY_TYPE(ConnectivityTable, m);
EXPORT_PROPERTY_TYPE(BrokenBonds, m);
EXPORT_PROPERTY_TYPE(Intersections, m);
EXPORT_PROPERTY_TYPE(NuclearGraph, m);

}

} // namespace ghostfragment

0 comments on commit af230ac

Please sign in to comment.