Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhouyuan-Chen committed Apr 28, 2024
1 parent 771f0c9 commit 796b2f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wmtk/operations/EdgeSplit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "attribute_new/SplitNewAttributeStrategy.hpp"

namespace wmtk::operations {

class EdgeSplit : public Operation
{
public:
Expand All @@ -30,6 +29,9 @@ class EdgeSplit : public Operation
const wmtk::operations::SplitRibBasicStrategy& rib =
wmtk::operations::SplitRibBasicStrategy::Default);

/**
* @return the new simplex, toward to the next simplex along the splited line
*/
std::vector<simplex::Simplex> execute(const simplex::Simplex& simplex) override;
std::vector<simplex::Simplex> unmodified_primitives(
const simplex::Simplex& simplex) const override;
Expand Down

0 comments on commit 796b2f4

Please sign in to comment.