- Remove comment.

This commit is contained in:
Sylvain Pion 2001-08-17 11:03:43 +00:00
parent 2f2e074611
commit cd43497a96
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ inline double IA_force_to_double(double x)
# define CGAL_IA_FORCE_TO_DOUBLE(x) CGAL::IA_force_to_double(x) # define CGAL_IA_FORCE_TO_DOUBLE(x) CGAL::IA_force_to_double(x)
#else #else
# define CGAL_IA_FORCE_TO_DOUBLE(x) (x) # define CGAL_IA_FORCE_TO_DOUBLE(x) (x)
#endif // __i386__ #endif
// We sometimes need to stop constant propagation, // We sometimes need to stop constant propagation,
// because operations are done with a wrong rounding mode at compile time. // because operations are done with a wrong rounding mode at compile time.