PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ ASSERT_DOUBLE_EQUAL

#define ASSERT_DOUBLE_EQUAL (   o,
 
)
Value:
do { \
if ( o != e ) \
fprintf(stderr, "[%s:%d]\n Expected: %g\n Obtained: %g\n", __FILE__, __LINE__, (double)(e), (o)); \
CU_ASSERT_EQUAL(o,(double)e); \
} while (0);

Definition at line 31 of file liblwgeom/cunit/cu_tester.h.