Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem with types of Boolean Operations

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem with types of Boolean Operations


Chronological Thread 
  • From: Bart Janssens <>
  • To:
  • Subject: Re: [cgal-discuss] Problem with types of Boolean Operations
  • Date: Sat, 18 Aug 2007 14:02:46 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=LbkMEnJAtvaoJUXpNikNS51KeF/a5afMUlOcVkOKioD2R+y5xEkNxrVuE5kAT1jDPWgOsJfTnShPv7Rnuw0tY+T6tTlJY4IEnGDpMaiZhbvLI9G9eAR/0o+p2Wz3RT3oNLOQJ6ZLgA02PFfCSQlghtF2Rlp6CPxZIsILtxKbrN0=

On Saturday 18 August 2007 13:56:24 Rubén Martínez wrote:
> vector[0] = pto[0]; .... --> NOT VALID

You should use: vector[0] = CGAL::to_double(pto[0]);

regards,

Bart




Archive powered by MHonArc 2.6.16.

Top of Page