Commit f315fd13 authored by YIxin-Hu's avatar YIxin-Hu
Browse files

.

parent 5cf44dec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1816,6 +1816,9 @@ void floatTetWild::manifold_edges(Mesh& mesh) {
        if (tet_groups.size() < 2)
            continue;

        cout<<"find non-manifold edge "<<e[0]<<" "<<e[1]<<endl;
        cout<<tet_groups.size()<<"/"<<n_t_ids.size()<<endl;

        //split
        std::vector<int> new_t_ids;
        std::vector<int> old_t_ids;