Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] error regarding file stream

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] error regarding file stream


Chronological Thread 
  • From: Sebastien Loriot <>
  • To:
  • Subject: Re: [cgal-discuss] error regarding file stream
  • Date: Wed, 04 Nov 2009 14:06:53 +0100

pratihast22089 wrote:
hi,

I am facing one simple problem regarding file stream. I have the data file like this:

257507.75 471326.93 44.51
257507.77 471326.90 44.49
257507.89 471326.93 44.04
257507.81 471326.81 44.51
257507.89 471326.87 44.10


While Reading and writing file stream, it truncate the number behind point of first two columns but not for the third column.

output:

257507 471326 44.51
257507 471326 44.49
257507 471326 44.04
257507 471326 44.51
257507 471326 44.10


I had included the #include <CGAL/double.h> header file.

Could you please help me in this regrads.
Thank you in advance.

Regards,
Arun K Pratihast



Hello,

Could you please post a minimal example so that we can reproduce the problem encountered.


S.



Archive powered by MHonArc 2.6.16.

Top of Page