PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
ASSERT_DOUBLE_EQUAL
#define ASSERT_DOUBLE_EQUAL
(
o,
e
)
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
.
liblwgeom
cunit
cu_tester.h
Generated by
1.9.1