Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp
- Date: Tue, 19 Jun 2018 16:27:39 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:Zw8h3RDpmsCD//r3vpEoUyQJP3N1i/DPJgcQr6AfoPdwSPT/rsbcNUDSrc9gkEXOFd2Cra4c1qyO6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglUhDexe69+IAmrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Xymp4aV2Rx/ykCoJKiA38G/XhMJzgqxUrh2uqB5jzIDbe4yVKPlzc7nBcd8GS2dMXsBcXDFBDIOmaIsPCvIMMehFoYbjvFQBtwC+BRWtBOzxzD9Dm3n43aog0+QgFgHGwBErE9YPvnvKq9X1MbkdUfyvzKjIzTvMde9Z2Sv66IjSchEtpP+AVq93fMrKzUkvEBnFjlSXqYz5JT+V0+ANvnOU7+plT+2vimonpxttrTiow8chk4/EjZ8bxFDD8CV22oc1JdugRUFnbt6rCp9QuzudN4tsTcMvRXxjtiUiyrAep5K3YCwHxI4kyhPfcfCLbpaE7xH5WOqMIzp0mmppdbC8ihqo70StxezxWtOp3FtOoCdJiNvBu3AL2hfO8MaIUOF98V2k2TuX1wDc9OVEIUcsmKreMZEhw7owmoMdsETZAiP6gUv2gLKUe0k64OSo5OPnYrLppp+YKYB4kB3xMqMrmsCnAOQ4NBYBX3SD9OiiyLHu+Vf1TbZKg/Esj6XVrpPXKd4GqqO7HQNZyoMj5Ay+Dzei3tQYh34HLFdddRKci4jpPEvOIPH/DfejmVislTNryuvJPr3kGJrNL3zDnK39crZ67k5Q0BAzwsxH55JIFrEBJ+r+VVP+tNPCCh81KhG7w+f8CNphy4MeQnmPD7SCMKLStF+I/vggL/ONZI8Tojb9KuIq6+TgjX8jyhchevyi0pITLXy5Bf97OF6xYHz2g95HH31ZkBA5Sbmgs1CIWCVPZnu0F4Y7/DA8FMrmIorEQ42xmq2v1SynGYdHJyoOXkuIFm3pcJnCXvMkZyebI8snmTsBA+vyA7Q93A2j4Vepg4FsKfDZr3VB5MDTkeNt7uiWrikcsDl9DsCTyWaIFjgmkWYBRjtw16d68xUklgWzlJNgivkdLuR9outTW15jZ5HZxu1+Tdv1X1CZJ4rbeBOdWtyjRAoJYJcxztsJORgvHtyjilXcxXLvDeZKzfqEA5s79q+a1H/0dZ5w
If you have this error message it means that you are trying to access
the property of an element that is outside of the range of simplices.
Are you sure you did not modify the example in the manual?
Sebastien.
On 06/19/2018 04:02 PM, J. Scheurich wrote:
Hi,
When i try to compile
https://doc.cgal.org/latest/Surface_mesh/Surface_mesh_2sm_circulators_8cpp-example.html
i get the following exception:
$ g++ test_cgal.cpp -lCGAL
$ ./a.out
terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: _idx < data_.size()
File: /usr/include/CGAL/Surface_mesh/Properties.h
Line: 173
Aborted (core dumped)
$
I tried CGAL 4.11 and CGAL 4.13 without success on Fedora Linux 28.
How can i fill a Surface_mesh with data (without a Off file...).
so long
MUFTI
- [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, J. Scheurich, 06/19/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, Sebastien Loriot (GeometryFactory), 06/19/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, J. Scheurich, 06/19/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, J. Scheurich, 06/19/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, Sebastien Loriot (GeometryFactory), 06/20/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, J. Scheurich, 06/20/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, Laurent Rineau (CGAL/GeometryFactory), 06/20/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, J. Scheurich, 06/20/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, Sebastien Loriot (GeometryFactory), 06/20/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, J. Scheurich, 06/19/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, J. Scheurich, 06/19/2018
- <Possible follow-up(s)>
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, j. scheurich, 06/21/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, Laurent Rineau (CGAL/GeometryFactory), 06/21/2018
- Re: [cgal-discuss] exception in Surface_mesh_2sm_circulators_8cpp, Sebastien Loriot (GeometryFactory), 06/19/2018
Archive powered by MHonArc 2.6.18.