mirror of https://github.com/CGAL/cgal
Explicitely specify parameter blocks
Might help windows...?
This commit is contained in:
parent
b8b1989c65
commit
c3d1977ac1
|
|
@ -419,6 +419,10 @@ public:
|
|||
|
||||
ceres::Problem problem;
|
||||
|
||||
problem.AddParameterBlock(&x, 1);
|
||||
problem.AddParameterBlock(&y, 1);
|
||||
problem.AddParameterBlock(&z, 1);
|
||||
|
||||
for(halfedge_descriptor h : halfedges_around_source(v, mesh_))
|
||||
{
|
||||
CGAL_assertion(!is_border(h, mesh_));
|
||||
|
|
|
|||
Loading…
Reference in New Issue