Commit 0f8dff83 authored by YIxin-Hu's avatar YIxin-Hu
Browse files

change default log level to 2

parent 7f8d7956
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -891,7 +891,7 @@ void floatTetWild::set_intersection_sorted(const std::vector<int>& s1, const std
}

void floatTetWild::pausee(std::string msg) {
//    return;
    return;
    // if (!msg.empty())
    //     cout << msg << endl;
    // cout << "Is pausing... (Enter '0' to exit and other characters to continue.)" << endl;
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ class Parameters
    bool correct_surface_orientation = false;

    bool is_quiet  = false;
    int  log_level = 0;
    int  log_level = 2;

    bool smooth_open_boundary = false;
    bool manifold_surface = false;