Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] error regarding file stream


Chronological Thread 
  • From: pratihast22089 <>
  • To:
  • Subject: [cgal-discuss] error regarding file stream
  • Date: Wed, 4 Nov 2009 05:03:37 -0800 (PST)


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



--
View this message in context:
http://old.nabble.com/error-regarding-file-stream-tp26195935p26195935.html
Sent from the cgal-discuss mailing list archive at Nabble.com.




Archive powered by MHonArc 2.6.16.

Top of Page