PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ SWAP

#define SWAP (   x,
 
)    { double t; t = x; x = y; y = t; }

Definition at line 37 of file rt_statistics.c.

Referenced by partition().