Skip to content

Commit

Permalink
Resetting param cv if mismatch between trace of space and param cv.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sverre Briseid authored and Sverre Briseid committed Nov 2, 2024
1 parent deea0c7 commit 7430afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gotools-core/src/geometry/CurveOnSurface.C
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,7 @@ bool CurveOnSurface::ensureParCrvExistence(double epsgeo,
", elem_sf->instanceType(): " + std::to_string(elem_sf->instanceType()) +
", elem_cv->instanceType(): " + std::to_string(elem_cv->instanceType()));
//std::cout << "DEBUG: debug_same_trace: " << debug_same_trace << std::endl;
pcurve_ = shared_ptr<ParamCurve>();
}
} else {
LOG_WARN("Failed to project elementary curve: elem_sf->instanceType(): " +
Expand Down

0 comments on commit 7430afa

Please sign in to comment.